{
  "name": "The HospiceGuard",
  "short_name": "HospiceGuard",
  "description": "HIPAA-Compliant Hospice Audit System with AI-powered documentation",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "scope": "/",
  "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"
    }
  ],
  "categories": ["medical", "business", "productivity"],
  "shortcuts": [
    {
      "name": "New Audit",
      "short_name": "Audit",
      "description": "Start a new visit note audit",
      "url": "/audit",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Clinical Scribe",
      "short_name": "Scribe",
      "description": "Open ambient clinical scribe",
      "url": "/scribe",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
