{
  "id": "https://apomudentriage.app/",
  "name": "Apomuden Triage",
  "short_name": "Apomuden",
  "description": "AI-assisted symptom triage, nearby care navigation, and health education for Ghana and West Africa.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f7f5ee",
  "theme_color": "#c42b1c",
  "lang": "en",
  "orientation": "portrait",
  "categories": ["health", "medical", "education"],
  "icons": [
    {
      "src": "/icons/apomuden.png",
      "sizes": "500x500",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Check Symptoms",
      "short_name": "Triage",
      "description": "Start an AI-assisted symptom urgency check.",
      "url": "/triage",
      "icons": [{ "src": "/icons/apomuden.png", "sizes": "500x500", "type": "image/png" }]
    },
    {
      "name": "Find Care",
      "short_name": "Care",
      "description": "Find nearby hospitals, clinics, and pharmacies.",
      "url": "/clinics",
      "icons": [{ "src": "/icons/apomuden.png", "sizes": "500x500", "type": "image/png" }]
    }
  ]
}
