{
  "name": "Medibot - AI-Powered Health Assistant",
  "short_name": "Medibot",
  "description": "Your AI-powered health companion for medication management, prescription analysis, and personalized health insights",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00acc1",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "medical", "lifestyle", "productivity"],
  "screenshots": [
    {
      "src": "/main.png",
      "sizes": "1200x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Medibot Dashboard"
    },
    {
      "src": "/mobileview.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Medibot Mobile View"
    }
  ],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat with AI",
      "short_name": "Chat",
      "description": "Start a conversation with Medibot AI assistant",
      "url": "/chat",
      "icons": [{ "src": "/chat.png", "sizes": "96x96" }]
    },
    {
      "name": "Medications",
      "short_name": "Meds",
      "description": "Manage your medications and reminders",
      "url": "/medications",
      "icons": [{ "src": "/medication.png", "sizes": "96x96" }]
    }
  ]
}