{
  "name": "NurseRef AU — Clinical Reference & Care Planner",
  "short_name": "NurseRef",
  "description": "Australian nursing clinical reference, drugs A–Z and shift-based care planner with AI, voice notes and offline access.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#0c4a6e",
  "categories": ["medical", "health", "productivity", "education"],
  "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": "New Care Plan",
      "short_name": "New Plan",
      "url": "/app/care-plans",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Drugs A–Z",
      "short_name": "Drugs",
      "url": "/app/drugs",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
