{
  "name": "Ayurveda Clinic Management System",
  "short_name": "Ayurveda Clinic",
  "description": "Professional clinic management system for Ayurvedic practitioners",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#059669",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["medical", "health", "productivity"],
  "shortcuts": [
    {
      "name": "Patients",
      "url": "/?section=patients",
      "description": "View and manage patients"
    },
    {
      "name": "Appointments",
      "url": "/?section=appointments",
      "description": "Manage appointments"
    },
    {
      "name": "Prescriptions",
      "url": "/?section=prescriptions",
      "description": "Create and view prescriptions"
    }
  ]
}
