{
  "short_name": "Bullets-Yo",
  "name": "Bullets-Yo: Cyberpunk Danmaku Roguelite",
  "description": "High-octane Cyberpunk Bullet Hell Danmaku Roguelite. Choose your hero operative class, weave through procedural bullet storms, and purge the sectors at 60+ FPS.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "any",
  "background_color": "#08080f",
  "theme_color": "#00f3ff",
  "categories": ["games", "action", "arcade"],
  "icons": [
    {
      "src": "/pwa-icon.svg",
      "type": "image/svg+xml",
      "sizes": "192x192 512x512",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='45' fill='%2308080f' stroke='%2300f3ff' stroke-width='6'/><circle cx='50' cy='50' r='18' fill='%23ff0055'/><circle cx='50' cy='50' r='6' fill='%23ffffff'/></svg>",
      "type": "image/svg+xml",
      "sizes": "192x192 512x512",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Deploy Breacher",
      "short_name": "Play",
      "description": "Instantly start a new cybernetic breach run",
      "url": "/",
      "icons": [{ "src": "/pwa-icon.svg", "sizes": "192x192" }]
    }
  ]
}
