{
  "name": "Flappy Bird - Engine Edition",
  "short_name": "FlappyBird",
  "description": "Zero-dependency 2D canvas game engine with procedural audio and parallax rendering.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#38bdf8",
  "orientation": "portrait",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='50' fill='%23FACC15'/><circle cx='65' cy='35' r='12' fill='%23FFFFFF'/><circle cx='70' cy='35' r='5' fill='%23000000'/><path d='M70,50 L95,60 L70,75 Z' fill='%23F97316'/></svg>",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}