{
  "name": "Duhok Health Network",
  "short_name": "DHN",
  "description": "Healthcare management for Duhok – appointments, queues, records.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["medical", "health"],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "url": "/book",
      "description": "Book a new appointment"
    },
    {
      "name": "My Queue",
      "url": "/my-queue",
      "description": "Check your queue status"
    },
    {
      "name": "Appointments",
      "url": "/appointments",
      "description": "View your appointments"
    }
  ]
}
