{
  "name": "BACFLIX | المنصة التعليمية للبكالوريا",
  "short_name": "BACFLIX",
  "id": "com.bacflix.app",
  "description": "منصة البكالوريا الجزائرية الذكية - توليد مواضيع، كويزات، وحلول مفصلة بالذكاء الاصطناعي للمنهج الجزائري.",
  "start_url": "/app.html",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "minimal-ui",
    "standalone"
  ],
  "background_color": "#000000",
  "theme_color": "#E50914",
  "orientation": "portrait",
  "lang": "ar",
  "dir": "rtl",
  "scope": "/",
  "categories": [
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "واجهة الهبوط الرئيسية"
    },
    {
      "src": "screenshot2.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "المختبر الذكي لتوليد المواضيع"
    },
    {
      "src": "screenshot3.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "بوابة اختيار الأدوات التعليمية"
    },
    {
      "src": "screenshot4.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "أرشيف البكالوريا الشامل"
    }
  ],

  "shortcuts": [
    {
      "name": "المختبر الذكي",
      "url": "/app.html",
      "description": "توليد المواضيع والكويزات"
    },
    {
      "name": "مكتبتي",
      "url": "/app.html#library",
      "description": "الوصول للملفات المحفوظة"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "prefer_related_applications": false,
  "related_applications": []
}