{
  "name": "نبض — إدارة العيادة",
  "short_name": "نبض",
  "description": "نظام إدارة العيادات الطبية",
  "start_url": ".",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0863ba",
  "theme_color": "#0863ba",
  "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 maskable"
    },
    {
      "src": "/Logo_Nabd.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": [
    "medical",
    "health",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "المواعيد",
      "short_name": "مواعيد",
      "url": "/appointments",
      "icons": [
        {
          "src": "/Logo_Nabd.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "المرضى",
      "short_name": "مرضى",
      "url": "/patients",
      "icons": [
        {
          "src": "/Logo_Nabd.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "السكرتيرة",
      "short_name": "سكرتيرة",
      "url": "/secretary",
      "icons": [
        {
          "src": "/Logo_Nabd.svg",
          "sizes": "any"
        }
      ]
    }
  ]
}