{
  "name": "Calm or Call: Global Medical Triage",
  "short_name": "Calm or Call",
  "description": "Evidence-based medical triage and emergency tools. Localized guidance for UK, Europe, and beyond.",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#0d9488",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["medical", "health"],
  "icons": [
    {
      "src": "Icons/icon-zen.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "Icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "Icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "US Triage",
      "short_name": "US",
      "description": "AI symptom checker — ER or Urgent Care guidance for the United States",
      "url": "/us/index.html",
      "icons": [{ "src": "Icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "ER vs Urgent Care Guide",
      "short_name": "ER Guide",
      "description": "When to go to the ER versus Urgent Care — US guide",
      "url": "/us/articles/er-vs-urgent-care.html",
      "icons": [{ "src": "Icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "UK Triage",
      "short_name": "UK",
      "description": "AI symptom checker — NHS-aligned guidance for the United Kingdom",
      "url": "/uk/",
      "icons": [{ "src": "Icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Emergency Card",
      "short_name": "ICE",
      "description": "Create and view your personal emergency information card",
      "url": "/uk/index.html?tool=emergency",
      "icons": [{ "src": "Icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "A&E vs GP Guide",
      "short_name": "A&E Guide",
      "description": "When to go to A&E versus your GP — NHS-aligned UK guide",
      "url": "/uk/articles/guide-ae-vs-gp.html",
      "icons": [{ "src": "Icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}