{
  "name": "CarePlans AI - Hospital Readmission Prevention",
  "short_name": "CarePlans",
  "description": "AI-powered patient monitoring to prevent hospital readmissions. Daily voice check-ins with emotional intelligence.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#14b8a6",
  "orientation": "portrait-primary",
  "categories": ["health", "medical", "utilities"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    }
  ],
  "shortcuts": [
    {
      "name": "Patient Dashboard",
      "short_name": "Dashboard",
      "description": "View patient monitoring dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Schedule Call",
      "short_name": "Schedule",
      "description": "Schedule a patient check-in call",
      "url": "/dashboard/call-scheduling",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Alerts",
      "short_name": "Alerts",
      "description": "View patient alerts and notifications",
      "url": "/dashboard/smart-alerts",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "lang": "en-AU",
  "dir": "ltr",
  "scope": "/",
  "id": "careplans-ai"
}
