{
  "name": "F50+ Health Monitor",
  "short_name": "F50+",
  "description": "Real-time senior citizen health monitoring — vitals, alerts, family dashboard",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#102018",
  "background_color": "#0d1f15",
  "lang": "en",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Vitals",
      "description": "Open the live vitals dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    },
    {
      "name": "Family View",
      "short_name": "Family",
      "description": "Check on all senior family members",
      "url": "/family",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "Weekly health reports and trends",
      "url": "/reports",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
