{
  "id": "/",
  "name": "مستشفى زهراء الرحمة",
  "short_name": "زهراء الرحمة",
  "description": "تطبيق مستشفى زهراء الرحمة للحجز والخدمات الطبية والتواصل والوصول السريع إلى الأقسام.",
  "lang": "ar-EG",
  "dir": "rtl",
  "start_url": "/index.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#075985",
  "categories": [
    "medical",
    "health",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/assets/icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "حجز موعد",
      "short_name": "الحجز",
      "url": "/appointment.html?source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/icons/pwa-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "الأطباء",
      "short_name": "الأطباء",
      "url": "/doctors.html?source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/icons/pwa-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "الطوارئ",
      "short_name": "الطوارئ",
      "url": "/service-emergency.html?source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/icons/pwa-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}