{
  "name": "Flappy Game",
  "short_name": "Flappy",
  "description": "Flappy Bird-style arcade game with worlds, power-ups, and endless progression.",
  "start_url": "/flappy-game/",
  "scope": "/flappy-game/",
  "display": "standalone",
  "background_color": "#87CEEB",
  "theme_color": "#87CEEB",
  "orientation": "portrait",
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
