{
  "name": "دكتور فارما",
  "short_name": "دكتور فارما",
  "description": "نظام إدارة وتحفيز الموظفين",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d2137",
  "theme_color": "#0d2137",
  "orientation": "portrait-primary",
  "lang": "ar",
  "dir": "rtl",
  "scope": "/",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "لوحة التحكم",
      "short_name": "الرئيسية",
      "description": "لوحة التحكم المركزية",
      "url": "/central-company-dashboard",
      "icons": [{ "src": "/api/pwa-icon/96", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "التنبيهات",
      "short_name": "التنبيهات",
      "description": "عرض التنبيهات والإشعارات",
      "url": "/alerts",
      "icons": [{ "src": "/api/pwa-icon/96", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "عمليات الصيدلية",
      "short_name": "العمليات",
      "description": "إدارة المبيعات والمخزون",
      "url": "/pharmacy-operations-screen",
      "icons": [{ "src": "/api/pwa-icon/96", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "الحضور",
      "short_name": "الحضور",
      "description": "تسجيل الحضور والانصراف",
      "url": "/attendance",
      "icons": [{ "src": "/api/pwa-icon/96", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/api/pwa-icon/72",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/pwa-icon/96",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/pwa-icon/128",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/pwa-icon/144",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/pwa-icon/152",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/pwa-icon/192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/pwa-icon/384",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/pwa-icon/512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/pwa-icon/192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/api/pwa-icon/512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "/api/pwa-icon/512",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "دكتور فارما"
    }
  ]
}