{
  "name": "نظام طيبات - التطبيق الصحي الذكي مع الذكاء الاصطناعي",
  "short_name": "طيبات",
  "description": "نظام طيبات الصحي الذكي من الدكتور ضياء العوضي — تطبيق متخصص في التغذية الصحية، الصيام المتقطع، الاستشارات الطبية بقوة الذكاء الاصطناعي AI، ومراقبة الصحة الشاملة.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "theme_color": "#c8960c",
  "background_color": "#050e1f",
  "prefer_related_applications": false,
  "lang": "ar",
  "dir": "rtl",
  "id": "tayyibat-app",

  "icons": [
    { "src": "icons/favicon-16.png",     "sizes": "16x16",   "type": "image/png", "purpose": "any" },
    { "src": "icons/favicon-32.png",     "sizes": "32x32",   "type": "image/png", "purpose": "any" },
    { "src": "icons/favicon-48.png",     "sizes": "48x48",   "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-72.png",        "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-96.png",        "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-120.png",       "sizes": "120x120", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-144.png",       "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-152.png",       "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "icons/apple-touch-icon.png","sizes": "180x180","type": "image/png", "purpose": "any" },
    { "src": "icons/icon-180.png",       "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png",       "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png",       "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],

  "categories": ["health", "fitness", "medical", "nutrition", "lifestyle"],

  "screenshots": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "واجهة نظام طيبات الرئيسية"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "تطبيق طيبات الصحي الذكي"
    }
  ],

  "shortcuts": [
    {
      "name": "الأطعمة المسموحة والممنوعة",
      "short_name": "الأطعمة",
      "description": "قائمة شاملة للأطعمة الصحية والممنوعة من الدكتور ضياء العوضي",
      "url": "./?page=food",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "الصيام المتقطع والنصائح",
      "short_name": "الصيام",
      "description": "جدول ونصائح الصيام المتقطع للصحة المثالية",
      "url": "./?page=fast",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "طبيبك الذكي - AI",
      "short_name": "طبيبك AI",
      "description": "استشارات صحية ذكية مع الذكاء الاصطناعي",
      "url": "./?page=ai",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "الإقلاع عن التدخين",
      "short_name": "التدخين",
      "description": "برنامج مساعدة متخصص للإقلاع عن التدخين",
      "url": "./?page=smoking",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],

  "share_target": {
    "action": "./",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
