{
  "name": "EasyDoctor",
  "short_name": "EasyDoctor",
  "description": "نظام إدارة مواعيد العيادة",
  "start_url": "/go",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1d4ed8",
  "orientation": "portrait",
  "lang": "ar",
  "dir": "rtl",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "categories": [
    "medical",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "المواعيد",
      "url": "/appointments",
      "description": "عرض المواعيد"
    },
    {
      "name": "المرضى",
      "url": "/patients",
      "description": "عرض المرضى"
    },
    {
      "name": "واجهة السكرتير",
      "url": "/secretary",
      "description": "إدارة قائمة الانتظار"
    }
  ],
  "id": "/go"
}