{
  "name": "HOMECare HUB — Home Care Management",
  "short_name": "HOMECare HUB",
  "description": "HIPAA-compliant home care management for caregivers, clients, and families.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f5f7fa",
  "theme_color": "#1a2b4a",
  "categories": ["health", "medical", "productivity"],
  "icons": [
    {
      "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Caregiver dashboard and overview"
    },
    {
      "name": "Schedule",
      "url": "/scheduling",
      "description": "View today's visits and schedule"
    },
    {
      "name": "Clock In/Out",
      "url": "/evv",
      "description": "Electronic Visit Verification"
    },
    {
      "name": "Messages",
      "url": "/messaging",
      "description": "Encrypted internal messaging"
    }
  ]
}