{
  "name": "HealthGuard — Health Companion AI",
  "short_name": "HealthGuard",
  "description": "Track vitals, manage medications, and stay connected with your doctor through AI-assisted health insights.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f0f7fc",
  "theme_color": "#0284c7",
  "categories": ["health", "medical", "fitness"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Log Vitals",
      "short_name": "Vitals",
      "description": "Record your health readings",
      "url": "/patient/health-data",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your health dashboard",
      "url": "/patient/dashboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
