{
  "name": "نظام مقرأة مسجد أبي بكر الصديق",
  "short_name": "المقرأة",
  "description": "نظام إدارة المقرأة القرآنية — مسجد أبي بكر الصديق",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d3b2e",
  "theme_color": "#0d3b2e",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["education"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "لوحة الأدمن",
      "short_name": "الأدمن",
      "url": "./admin.html",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "واجهة الطالب",
      "short_name": "الطالب",
      "url": "./student.html",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
