{
  "id": "/?source=pwa",
  "name": "Oxology Health",
  "short_name": "Oxology",
  "description": "WhatsApp-native corporate health, with Aditi, your health concierge as your care thread.",
  "start_url": "/home?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#F2F7F6",
  "theme_color": "#0E7C7B",
  "orientation": "portrait",
  "categories": ["health", "medical", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Open your Oxology home",
      "url": "/home?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Smart Report",
      "short_name": "Report",
      "description": "View your latest Smart Report",
      "url": "/report?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Health Bank",
      "short_name": "Wallet",
      "description": "Open your Health Bank wallet",
      "url": "/wallet?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Book AHC",
      "short_name": "AHC",
      "description": "Book or review your annual health check",
      "url": "/ahc?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
