{
  "name": "VaidSetu - Your Health Companion",
  "short_name": "VaidSetu",
  "description": "Your bridge to better health. Your trusted AI-powered health companion.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#EEEEF6",
  "theme_color": "#5550EF",
  "orientation": "portrait-primary",
  "categories": ["medical", "healthcare", "health"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Medical Search",
      "short_name": "Search",
      "description": "Search medical information",
      "url": "/search",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "My Records",
      "short_name": "Records",
      "description": "View your health records",
      "url": "/records",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
