{
  "id": "/",
  "name": "Ethen’s Arcade",
  "short_name": "Ethen’s Arcade",
  "description": "Original arcade games. One more round.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#140F33",
  "theme_color": "#0B0820",
  "orientation": "any",
  "categories": [
    "games",
    "entertainment"
  ],
  "lang": "en-US",
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Port Dash",
      "short_name": "Port Dash",
      "description": "Dodge the chaos and cross the lot.",
      "url": "/games/port-dash/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Play today’s Port Dash challenge.",
      "url": "/games/port-dash/?mode=daily&source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
