{
  "name": "dopa – صحتك في أمان",
  "short_name": "dopa",
  "id": "care.dopa.patient",
  "description": "تطبيق المريض: مواعيد الأدوية، متابعة حالتك الصحية، وملفك الطبي مع عياداتك",
  "lang": "ar",
  "dir": "rtl",

  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",

  "icons": [
    { "src": "/img/logo/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/img/logo/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/img/logo/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/img/logo/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "shortcuts": [
    {
      "name": "أدويتي النهاردة",
      "short_name": "أدويتي",
      "url": "/dashboard#tab-today",
      "icons": [{ "src": "/img/logo/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "ملفي الطبي",
      "short_name": "ملفي",
      "url": "/dashboard#tab-profile",
      "icons": [{ "src": "/img/logo/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
