{
  "name": "MedGuideAI - Medicine & AI Doctor",
  "short_name": "MedGuideAI",
  "description": "Free medicine lookup tool. Search medicines, check drug interactions, get AI doctor advice, and discover home remedies. English & Urdu.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#38b2ac",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/medguide-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "medical", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Search Medicine",
      "short_name": "Medicine",
      "description": "Look up medicine information",
      "url": "/"
    },
    {
      "name": "AI Doctor",
      "short_name": "Doctor", 
      "description": "Get AI health advice",
      "url": "/"
    }
  ]
}