{
  "name": "FlowTrack AI — AI Running Coach & GPS Tracker",
  "short_name": "FlowTrack AI",
  "description": "Run smarter with a personal AI coach. Live GPS tracking, adaptive training plans, nutrition logging, and cash rewards for every goal you hit.",
  "start_url": "/?source=pwa",
  "id": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0f0f1e",
  "theme_color": "#0f0f1e",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["health", "fitness", "lifestyle", "sports"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Start Workout",
      "short_name": "Workout",
      "description": "Start a live GPS-tracked workout",
      "url": "/workout?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "AI Mentor",
      "short_name": "Mentor",
      "description": "Chat with your AI running coach",
      "url": "/mentor?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "FlowBucks",
      "short_name": "Rewards",
      "description": "View your FlowBucks rewards balance",
      "url": "/flowbucks?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FlowTrack AI dashboard"
    }
  ],
  "prefer_related_applications": false
}
