{
  "name": "NotePush — Hospice Documentation",
  "short_name": "NotePush",
  "description": "LCD-grounded hospice visit documentation for nurses",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0c0a09",
  "theme_color": "#1f7976",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Note",
      "short_name": "Note",
      "url": "/quick-note",
      "description": "Document a visit without a patient record"
    },
    {
      "name": "Patients",
      "short_name": "Patients",
      "url": "/patients",
      "description": "View your patient census"
    }
  ]
}
