{
  "name": "Hospinav — Hospital Navigation",
  "short_name": "Hospinav",
  "description": "Step-by-step directions from the main entrance to any NHS hospital ward, plus a parking timer that warns you before your ticket runs out.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#205C55",
  "background_color": "#FAFAF8",
  "categories": ["health", "medical", "navigation", "travel", "utilities"],
  "lang": "en-GB",
  "dir": "ltr",
  "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-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Parking timer",
      "short_name": "Timer",
      "description": "Open the parking timer",
      "url": "/timer",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Saved wards",
      "short_name": "Saved",
      "description": "Your saved wards",
      "url": "/saved",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Quick help",
      "short_name": "Help",
      "description": "Emergency numbers",
      "url": "/emergency",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
