{
  "name": "NeuroFit",
  "short_name": "NeuroFit",
  "description": "AI-powered personal health tracking — BMI, health score, and personalized advice.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#060c1a",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon.svg",     "sizes": "any",      "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "categories": ["health", "fitness"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View your health score and BMI"
    },
    {
      "name": "AI Advice",
      "short_name": "AI Advice",
      "url": "/ai-advice",
      "description": "Get personalized AI health advice"
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "url": "/profile",
      "description": "Update your health profile"
    }
  ],
  "prefer_related_applications": false
}
