{
  "name": "Cookie Runner",
  "short_name": "Cookie Runner",
  "id": "/",
  "scope": "./",
  "start_url": "./?src=pwa",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b0f18",
  "theme_color": "#0b0f18",
  "description": "Grab the injections, dodge the cookies. Every cookie makes you slower — eat ten and you're airlifted out.",
  "categories": ["games", "arcade"],
  "icons": [
    { "src": "./icon.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "./icon.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" },
    { "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ]
}
