{
  "name": "HealthVise — better health decisions, every day",
  "short_name": "HealthVise",
  "description": "A private, on-device health companion. Track, read documents, find care. Your data stays on your phone.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#E9EDEC",
  "theme_color": "#E9EDEC",
  "categories": [
    "health",
    "lifestyle",
    "medical"
  ],
  "lang": "en-IN",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Emergency help",
      "short_name": "Emergency",
      "url": "./index.html?sos=1",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Read a document",
      "short_name": "Scan",
      "url": "./index.html?tab=scan"
    }
  ]
}