{
  "short_name": "2048",
  "name": "2048 Puzzle Game",
  "description": "Slide tiles, merge numbers, reach 2048! Features daily challenges, achievements, streaks, and multiple grid sizes.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#edc22e",
  "background_color": "#f7f5ec",
  "categories": ["games", "entertainment", "puzzle"],
  "shortcuts": [
    {
      "name": "New Game",
      "short_name": "New",
      "url": "/?action=new",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "url": "/?action=daily",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
