{
  "name": "Cantata HomeCare Systems",
  "short_name": "Cantata",
  "description": "Home healthcare management — schedule visits, clock in/out with GPS even offline.",
  "start_url": "/caregiver",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0d4f4a",
  "categories": ["medical", "health", "productivity"],
  "icons": [
    { "src": "/favicon.ico", "sizes": "any", "type": "image/x-icon" },
    { "src": "/favicon.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/logo.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Today's Visits",
      "short_name": "Today",
      "url": "/caregiver",
      "description": "View today's scheduled visits"
    },
    {
      "name": "My Schedule",
      "short_name": "Schedule",
      "url": "/caregiver/schedule"
    }
  ]
}
