{
  "name": "نظام مقرأة مسجد أبي بكر الصديق",
  "short_name": "المقرأة",
  "description": "نظام إدارة المقرأة القرآنية — مسجد أبي بكر الصديق | تحصيص ماسينيسا",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d3b2e",
  "theme_color": "#0d3b2e",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./icons/screenshot-admin.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "لوحة الأدمن"
    },
    {
      "src": "./icons/screenshot-student.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "واجهة الطالب"
    }
  ],
  "shortcuts": [
    {
      "name": "لوحة الأدمن",
      "short_name": "الأدمن",
      "description": "دخول مباشر للوحة الأدمن",
      "url": "./admin.html",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "واجهة الطالب",
      "short_name": "الطالب",
      "description": "دخول مباشر لواجهة الطالب",
      "url": "./student.html",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
