{
  "name": "العيادة الذكية",
  "short_name": "عيادة",
  "description": "نظام إدارة العيادات الطبية الذكي - المرضى، الروشيتات، الذكاء الاصطناعي",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#0a0f1e",
  "theme_color": "#0fb9b1",
  "orientation": "any",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["medical", "health", "productivity"],
  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "مريض جديد",
      "short_name": "مريض",
      "description": "إضافة مريض جديد",
      "url": "/index.php#add",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "روشيتة",
      "short_name": "روشيتة",
      "description": "إصدار وصفة طبية",
      "url": "/index.php#rx",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
