{
  "name": "Med-Vet Clinic Management System",
  "short_name": "Med-Vet CMS",
  "description": "Comprehensive clinic management platform for medical and veterinary practices with advanced offline capabilities and diagnostics.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/logo.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "medical",
    "vet",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Patient Portal",
      "url": "/?portal=patient",
      "description": "Access patient accounts, diagnostics, and appointments."
    },
    {
      "name": "Doctor Portal",
      "url": "/?portal=staff",
      "description": "Clinic operations and diagnostic tools."
    }
  ]
}
