{
  "name": "Bianca's Health Portal",
  "short_name": "Bianca Health",
  "description": "Premium health tracking for BP management & fertility",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#FFF9F5",
  "theme_color": "#E8A0BF",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "fitness", "medical"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Blood Pressure",
      "short_name": "Log BP",
      "description": "Quickly log a BP reading",
      "url": "/?tab=bp",
      "icons": [{"src": "/icon.svg", "sizes": "any"}]
    },
    {
      "name": "Scan Food",
      "short_name": "Scan",
      "description": "AI food scanner",
      "url": "/?tab=food",
      "icons": [{"src": "/icon.svg", "sizes": "any"}]
    },
    {
      "name": "Stress SOS",
      "short_name": "SOS",
      "description": "Instant calm mode",
      "url": "/?tab=sos",
      "icons": [{"src": "/icon.svg", "sizes": "any"}]
    },
    {
      "name": "Dr. Sage AI",
      "short_name": "Dr. Sage",
      "description": "Ask your AI health assistant",
      "url": "/?tab=ai",
      "icons": [{"src": "/icon.svg", "sizes": "any"}]
    }
  ]
}
