{
  "name": "HealthAgent",
  "short_name": "HealthAgent",
  "description": "AI-powered health management for chronic illness patients",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f2d52",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Track Symptoms",
      "short_name": "Symptoms",
      "description": "Track your symptoms",
      "url": "/symptoms"
    },
    {
      "name": "Take Medication",
      "short_name": "Meds",
      "description": "Manage your medications",
      "url": "/medications"
    },
    {
      "name": "Schedule Appointment",
      "short_name": "Appt",
      "description": "Schedule a new appointment",
      "url": "/appointments/new"
    }
  ]
}