{
  "id": "/",
  "name": "Zombie Run — GPS Running Game",
  "short_name": "Zombie Run",
  "description": "Track your run with GPS while zombies chase you into interval training.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1410",
  "theme_color": "#0b1410",
  "categories": ["health", "fitness", "games"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "app.lovable.zombierun",
      "url": "https://play.google.com/store/apps/details?id=app.lovable.zombierun"
    }
  ],
  "icons": [
    {
      "src": "/icons/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Start a run", "url": "/setup" },
    { "name": "Leaderboard", "url": "/leaderboard" }
  ]
}
