{
  "name": "RETROPLAY ARENA",
  "short_name": "RetroPlay",
  "description": "Play 100 classic retro arcade games online with real-time leaderboards, achievements, real-time PVP duels, and no downloads.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#080811",
  "theme_color": "#080811",
  "lang": "en-US",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "All Games",
      "short_name": "Games",
      "url": "/games"
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "url": "/leaderboard"
    },
    {
      "name": "PVP Duel",
      "short_name": "PVP",
      "url": "/pvp"
    }
  ]
}
