{
  "id": "lopigames-arcade-pwa",
  "name": "Lopi Games - Free Online Games",
  "short_name": "Lopi Games",
  "description": "Play 3,000+ free online games on any device with zero downloads and locked 60 FPS performance.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0d14",
  "theme_color": "#FF6B2C",
  "categories": [
    "games",
    "entertainment"
  ],
  "icons": [
    {
      "src": "/assets/img/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Hot Trending Games",
      "short_name": "Hot Games",
      "description": "Play the most viral games right now",
      "url": "/hot",
      "icons": [
        {
          "src": "/assets/img/favicon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "New Releases",
      "short_name": "New Games",
      "description": "Play the latest games added this week",
      "url": "/new",
      "icons": [
        {
          "src": "/assets/img/favicon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Driving & Car Games",
      "short_name": "Driving",
      "description": "3D Car drifting and racing games",
      "url": "/driving.html",
      "icons": [
        {
          "src": "/assets/img/favicon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "2 Player Shared-Keyboard",
      "short_name": "2 Player",
      "description": "Play with friends on one computer",
      "url": "/twoplayer.html",
      "icons": [
        {
          "src": "/assets/img/favicon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}