{
  "name": "DigiDuel Arena",
  "short_name": "DigiDuel",
  "description": "Browser-based Digimon TCG simulator and deck builder.",
  "id": "/index.html",
  "start_url": "/index.html?source=pwa",
  "scope": "/",
  "display": "fullscreen",
  "display_override": [
    "fullscreen",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "landscape",
  "background_color": "#05050a",
  "theme_color": "#05050a",
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Deck Builder",
      "short_name": "Deck",
      "url": "/deck-builder.html",
      "description": "Build and edit decks"
    },
    {
      "name": "Battle Lobby",
      "short_name": "Lobby",
      "url": "/index.html",
      "description": "Enter the battle lobby"
    }
  ]
}