{
  "name": "Compadre Health Provider Portal",
  "short_name": "CH Provider",
  "description": "Healthcare provider portal for managing patient care and treatment records",
  "start_url": "/provider/login",
  "scope": "/provider/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-provider-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-provider-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "medical", "productivity"],
  "shortcuts": [
    {
      "name": "Patient Search",
      "short_name": "Patients",
      "description": "Search and view patient records",
      "url": "/provider/patients",
      "icons": [
        {
          "src": "/icon-provider-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View provider dashboard",
      "url": "/provider/dashboard",
      "icons": [
        {
          "src": "/icon-provider-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
