{
  "name": "ArcadeGamesHub \u2014 Free Online Arcade Games",
  "short_name": "ArcadeGamesHub",
  "description": "Play 30 free arcade games online. Single player and local 2-player multiplayer. No downloads required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#080b12",
  "theme_color": "#ff6b2b",
  "orientation": "landscape-primary",
  "categories": [
    "games",
    "entertainment"
  ],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "2 Player Games",
      "short_name": "2P",
      "description": "Play local multiplayer games",
      "url": "/multiplayer.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Play Pong",
      "short_name": "Pong",
      "description": "Classic neon pong \u2014 2 players",
      "url": "/game.html?id=pong",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}