{
  "name": "Sepsis Advocate Companion",
  "short_name": "Companion",
  "description": "A pocket guide for sepsis survivors and the people who love them. Recognise the signs, track recovery, support caregivers.",
  "start_url": "/companion/",
  "scope": "/companion/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5efe6",
  "theme_color": "#1d3a5f",
  "lang": "en-GB",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Recognise the Signs",
      "short_name": "Recognise",
      "description": "60-second sepsis warning checklist",
      "url": "/companion/#/recognise",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Daily Check-in",
      "short_name": "Check-in",
      "description": "Track recovery in under a minute",
      "url": "/companion/#/track",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
