{
  "name": "Flappy Sture",
  "short_name": "Flappy Sture",
  "description": "A simple Flappy Bird game built with HTML5 Canvas.",
  "id": "/flappy-bird-openclaude",
  "start_url": "index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#70c5ce",
  "theme_color": "#70c5ce",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "192x192 512x512 any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "192x192 512x512 any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
