{
  "name": "BeatBRAWLS - Music Card Battler",
  "short_name": "BeatBRAWLS",
  "description": "A competitive, music-reactive card battler on the blockchain. Collect songs, build decks, and battle in real-time.",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "theme_color": "#050507",
  "background_color": "#050507",
  "display": "standalone",
  "orientation": "any",
  "scope": "/",
  "start_url": "/",
  "categories": ["games", "entertainment", "music"],
  "screenshots": [
    {
      "src": "/og?title=BeatBRAWLS",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Game",
      "url": "/",
      "description": "Start playing BeatBRAWLS"
    },
    {
      "name": "Blog",
      "url": "/blog",
      "description": "Read latest updates"
    }
  ]
}