{
  "name": "Herbal Oracle - Herbal Medicine Database",
  "short_name": "Herbal Oracle",
  "description": "Comprehensive herbal medicine database covering Western, Chinese, and Ayurvedic traditions with AI-powered features",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f7fa",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["health", "medical", "education", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Search Symptoms",
      "short_name": "Search",
      "description": "Search for herbs by symptoms",
      "url": "/?tab=search",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Herbs",
      "short_name": "Browse",
      "description": "Browse the herb directory",
      "url": "/?tab=browse",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Consultant",
      "short_name": "AI Chat",
      "description": "Chat with AI herbal consultant",
      "url": "/?tab=ai",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
