{
  "name": "2048",
  "short_name": "2048",
  "description": "Classic 2048 puzzle game",
  "start_url": "index.html",
  "display": "fullscreen",
  "background_color": "#f6efe5",
  "theme_color": "#f6efe5",
  "icons": [
    {
      "src": "assets/icon-512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg"
    },
    {
      "src": "assets/preview.png",
      "sizes": "960x540",
      "type": "image/png"
    }
  ]
}
