{
  "name": "رعايه بيتي rayabetty",
  "short_name": "Rayabetty",
  "description": "نظام إدارة شامل لشركات التمريض والرعاية الصحية المنزلية - إدارة العملاء، الممرضين، المطابقة الذكية، والفواتير",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "dir": "rtl",
  "lang": "ar-EG",
  "background_color": "#F8FAFC",
  "theme_color": "#0F766E",
  "categories": ["business", "medical", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "لوحة التحكم",
      "short_name": "الرئيسية",
      "description": "عرض ملخص الأداء اليومي",
      "url": "./index.html?tab=dashboard",
      "icons": [{ "src": "/icons/shortcut-dashboard.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "عميل جديد",
      "short_name": "عميل جديد",
      "description": "تسجيل عميل / حالة جديدة",
      "url": "./index.html?tab=leads&action=new",
      "icons": [{ "src": "/icons/shortcut-new.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "محرك المطابقة",
      "short_name": "المطابقة",
      "description": "مطابقة ممرض مناسب لحالة",
      "url": "./index.html?tab=matching",
      "icons": [{ "src": "/icons/shortcut-matching.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "الفواتير",
      "short_name": "الفواتير",
      "description": "متابعة الفواتير والاشتراكات",
      "url": "./index.html?tab=billing",
      "icons": [{ "src": "/icons/shortcut-billing.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}
