{
  "name": "HealthAI - AI Medical Triage Platform",
  "short_name": "HealthAI",
  "description": "AI-powered medical triage and healthcare consultation platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "orientation": "portrait-primary",
  "categories": [
    "health",
    "medical",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/images/healthai-og-image.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Medical Chat",
      "short_name": "Chat",
      "description": "Begin an AI-powered medical consultation",
      "url": "/chat"
    },
    {
      "name": "Medical Triage",
      "short_name": "Triage",
      "description": "Quick symptom assessment and triage",
      "url": "/triage"
    }
  ],
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr"
}