{
  "name": "Game Box - 250+ HTML5 Games",
  "short_name": "Game Box",
  "description": "Play 250+ HTML5 games with achievements and progress tracking",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#10142a",
  "theme_color": "#10142a",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/img/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "entertainment"],
  "screenshots": [
    {
      "src": "/Screenshot_1.png",
      "sizes": "1170x2532",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Favorites",
      "short_name": "Favorites",
      "description": "Open favorite games",
      "url": "/?tab=favorites",
      "icons": [
        {
          "src": "/img/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Stats",
      "short_name": "Stats",
      "description": "View your stats and achievements",
      "url": "/?tab=stats",
      "icons": [
        {
          "src": "/img/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
