{
  "name": "X Clinic",
  "short_name": "X Clinic",
  "id": "/",
  "description": "Clinic management platform for appointments, patients, reception, prescriptions, reports, and branches.",
  "lang": "ar",
  "dir": "rtl",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#f4f7fb",
  "theme_color": "#075cff",
  "categories": ["medical", "productivity", "business"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/img/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "حجز موعد",
      "short_name": "حجز",
      "url": "/booking",
      "icons": [{ "src": "/img/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "تتبع الحجز",
      "short_name": "تتبع",
      "url": "/booking/track",
      "icons": [{ "src": "/img/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "لوحة التحكم",
      "short_name": "اللوحة",
      "url": "/dashboard",
      "icons": [{ "src": "/img/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
