{
  "name": "VitaSure",
  "short_name": "VitaSure",
  "description": "AI-Powered Medical Travel Operating System",
  "start_url": "/patient",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#008236",
  "categories": ["health", "medical"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Cases",
      "short_name": "Cases",
      "url": "/patient/cases",
      "description": "View your active cases"
    },
    {
      "name": "Documents",
      "short_name": "Docs",
      "url": "/patient/documents",
      "description": "View and upload documents"
    }
  ]
}
