{
  "short_name": "Biomasters TCG",
  "name": "Biomasters Trading Card Game",
  "description": "A digital trading card game where you battle using cards based on real species and their biological characteristics.",
  "icons": [
    {
      "src": "../icons/icon-48.webp",
      "type": "image/png",
      "sizes": "48x48",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-72.webp",
      "type": "image/png",
      "sizes": "72x72",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-96.webp",
      "type": "image/png",
      "sizes": "96x96",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-128.webp",
      "type": "image/png",
      "sizes": "128x128",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-192.webp",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-256.webp",
      "type": "image/png",
      "sizes": "256x256",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-512.webp",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#3880ff",
  "background_color": "#ffffff",
  "categories": [
    "games",
    "education",
    "entertainment"
  ],
  "lang": "en-US",
  "scope": "/",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Quick Battle",
      "short_name": "Battle",
      "description": "Start a quick battle",
      "url": "/battle",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Collection",
      "short_name": "Cards",
      "description": "View your species collection",
      "url": "/collection",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Deck Builder",
      "short_name": "Build",
      "description": "Build and manage decks",
      "url": "/deck-builder",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
