{
  "name": "ShiftKit — Nursing Reference Bundle",
  "short_name": "ShiftKit",
  "description": "Offline nursing reference: SBAR handoff, lab values, blood draw order, dose calculators, medical dictionary and wound staging.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f4f8fa",
  "theme_color": "#0e6b78",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Lab values", "url": "/labs" },
    { "name": "Dose calculator", "url": "/calculator" },
    { "name": "SBAR handoff", "url": "/handoff" }
  ]
}
