{
  "name": "NAS Aeromedical",
  "short_name": "NAS Air",
  "description": "National Ambulance Service Aeromedical Operations App",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A1628",
  "theme_color": "#0A1628",
  "categories": ["medical", "productivity"],
  "icons": [
    { "src": "/icons/icon-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start Checklist",
      "short_name": "Checklist",
      "description": "Start a new aeromedical checklist",
      "url": "/checklists",
      "icons": [{ "src": "/icons/shortcut-checklist.png", "sizes": "96x96" }]
    },
    {
      "name": "Transfer Calculator",
      "short_name": "Calculator",
      "description": "Calculate road vs air transfer time",
      "url": "/tools/calculator",
      "icons": [{ "src": "/icons/shortcut-calculator.png", "sizes": "96x96" }]
    },
    {
      "name": "Weather Check",
      "short_name": "Weather",
      "description": "Check Go/No-Go weather status",
      "url": "/tools/weather",
      "icons": [{ "src": "/icons/shortcut-weather.png", "sizes": "96x96" }]
    }
  ]
}