{
  "name": "GameZo - Professional Web Games",
  "short_name": "GameZo",
  "description": "Play the best HTML5 and WebGL games for free on GameZo.io. Action, Racing, Arcade and more without downloads!",
  "start_url": "/?mode=app", 
  "id": "/?app=gamezo_core", 
  "display": "standalone",
  "background_color": "#0b0b12",
  "theme_color": "#8257e5",
   "orientation": "portrait-primary",
  "categories": ["games", "entertainment", "action"],
  "icons": [
    {
      "src": "/assets/img/icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-maskable-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Action Games",
      "short_name": "Action",
      "description": "Jump into the battlefield",
      "url": "/category.php?id=1&utm_source=pwa_shortcut",
      "icons": [{ "src": "/assets/img/icon-192-v2.png", "sizes": "192x192" }]
    },
    {
      "name": "My Favorites",
      "short_name": "Favorites",
      "description": "Play your favorite games",
      "url": "/favorites.php?utm_source=pwa_shortcut",
      "icons": [{ "src": "/assets/img/icon-192-v2.png", "sizes": "192x192" }]
    }
  ],
 "screenshots": [
    {
      "src": "/assets/img/screen1-v2.jpg",
      "sizes": "1242x2357",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Play 1000+ Games Instantly"
    },
    {
      "src": "/assets/img/screen2-v2.jpg",
      "sizes": "1242x2172",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "No Downloads Required"
    }
  ]
}