{
  "id": "/",
  "name": "JRPG Health Tracker",
  "short_name": "JRPG Health",
  "description": "Authentic retro JRPG status menu styled fitness and quest tracker PWA with activity logging, MET calorie calculation, attribute progression, and Cloudflare D1 sync.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#00119c",
  "background_color": "#000240",
  "categories": ["fitness", "health", "lifestyle", "games"],
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
