{
  "name": "AVEOS HMS - Advanced Enterprise Operating System",
  "short_name": "AVEOS",
  "description": "Advanced Enterprise Operating System - Premium hospital management system for Indian healthcare institutions",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#028090",
  "background_color": "#ffffff",
  "categories": ["healthcare", "medical", "business"],
  "screenshots": [
    {
      "src": "/screenshots/aveos-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/aveos-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Patient",
      "short_name": "Patient",
      "description": "Register a new patient",
      "url": "/patients/register?source=shortcut",
      "icons": [
        {
          "src": "/icons/new-patient-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "OPD Queue",
      "short_name": "Queue",
      "description": "View OPD consultation queue",
      "url": "/opd/queue?source=shortcut",
      "icons": [
        {
          "src": "/icons/opd-queue-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Emergency Triage",
      "short_name": "Emergency",
      "description": "Emergency department triage",
      "url": "/emergency/triage?source=shortcut",
      "icons": [
        {
          "src": "/icons/emergency-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
