{
  "name": "Daleelify",
  "short_name": "Daleelify",
  "description": "اكتشف الخدمات الموثوقة من حولك في ثوانٍ — تقييمات حقيقية، موقع مباشر، وتواصل فوري.",
  "start_url": "/?source=pwa",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#f8fdfd",
  "theme_color": "#f8fdfd",
  "colors": {
    "statusBarLight": "#f8fdfd",
    "statusBarDark": "#030d11",
    "navLight": "#f8fdfd",
    "navDark": "#030d11",
    "navDividerLight": "#dee6e9",
    "navDividerDark": "#ffffff1a"
  },
  "orientation": "any",
  "scope": "/",
  "lang": "ar",
  "dir": "rtl",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-monochrome-192.png", "sizes": "192x192", "type": "image/png", "purpose": "monochrome" },
    { "src": "/icon-monochrome.png", "sizes": "512x512", "type": "image/png", "purpose": "monochrome" }
  ],
  "shortcuts": [
    {
      "name": "الأماكن القريبة",
      "short_name": "قريب",
      "description": "اكتشف الأماكن والخدمات بالقرب منك",
      "url": "/nearby?source=pwa-shortcut",
      "icons": [{ "src": "/shortcut-nearby.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "تصفّح حسب الفئة",
      "short_name": "الفئات",
      "description": "استعرض كل الفئات من أطباء ومطاعم وصيدليات وخدمات",
      "url": "/categories?source=pwa-shortcut",
      "icons": [{ "src": "/shortcut-categories.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "المفضلة",
      "short_name": "مفضلة",
      "description": "الأماكن والخدمات المحفوظة لديك",
      "url": "/bookmarks?source=pwa-shortcut",
      "icons": [{ "src": "/shortcut-bookmarks.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "أرقام مهمة",
      "short_name": "طوارئ",
      "description": "أرقام الطوارئ والمرافق والبنوك",
      "url": "/hotlines?source=pwa-shortcut",
      "icons": [{ "src": "/shortcut-hotlines.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "categories": ["lifestyle", "navigation", "utilities"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate",
  "protocol_handlers": [
    { "protocol": "web+daleel", "url": "/nearby?q=%s" },
    { "protocol": "geo", "url": "/nearby?geo=%s" }
  ],
  "scope_extensions": [
    { "origin": "https://www.daleelify.com" },
    { "origin": "https://daleelify.com" }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  }
}
