{
  "name": "Clynecta - Clinic Management System",
  "short_name": "Clynecta",
  "description": "Clynecta — comprehensive clinic & hospital management: appointments, patients, prescriptions, billing, and ABHA/ABDM health records",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay"],
  "background_color": "#345AE9",
  "theme_color": "#345AE9",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/medical-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["medical", "health", "business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View the main dashboard"
    },
    {
      "name": "Check-in",
      "url": "/dashboard/check-in",
      "description": "Patient check-in interface"
    },
    {
      "name": "Kiosk",
      "url": "/kiosk",
      "description": "Kiosk mode for check-ins"
    }
  ]
}
