{
  "name": "Dr. Vivek's AI - Medical Assistant",
  "short_name": "Dr. Vivek's AI",
  "description": "Advanced AI-powered medical assistant providing instant diagnosis help, comprehensive drug information, medical knowledge base, and USMLE preparation tools for healthcare professionals and patients.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["medical", "education", "productivity"],
  "icons": [
    {
      "src": "https://drvivek.com.np/static/drvivek_favicon.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "https://drvivek.com.np/static/drvivek_favicon.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://drvivek.com.np/static/drvivek_favicon.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Drug Dosage",
      "short_name": "Drugs",
      "description": "Quick access to drug information",
      "url": "/drug_dosage",
      "icons": [
        {
          "src": "https://drvivek.com.np/static/drvivek_favicon.webp",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "AI Diagnosis",
      "short_name": "Diagnosis",
      "description": "AI-powered clinical analysis",
      "url": "/doctor",
      "icons": [
        {
          "src": "https://drvivek.com.np/static/drvivek_favicon.webp",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.vivek.pocketmedbook",
      "id": "com.vivek.pocketmedbook"
    }
  ],
  "prefer_related_applications": false
} 