{
  "name": "EXL Health+ Member Portal",
  "short_name": "EXL Health+",
  "description": "Your personalized healthcare companion with AI-powered support",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#F4F6F8",
  "theme_color": "#78BE20",
  "orientation": "portrait-primary",
  "scope": "./",
  "icons": [
    {
      "src": "favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "lifestyle", "medical"],
  "shortcuts": [
    {
      "name": "My Care Plan",
      "short_name": "Care",
      "description": "View your personalized care plan",
      "url": "./#/care",
      "icons": [
        {
          "src": "favicon/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Digital Wallet",
      "short_name": "Wallet",
      "description": "Access your insurance cards",
      "url": "./#/wallet",
      "icons": [
        {
          "src": "favicon/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
