{
  "name": "Centre 5x5 - منصة تسيير المركز",
  "short_name": "Centre 5x5",
  "description": "تطبيق ويب لتسيير Centre 5x5: التلاميذ، الأفواج، الحضور، الأداءات والتنبيهات.",
  "start_url": "/app/dashboard.php",
  "scope": "/app/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#f4f7f9",
  "theme_color": "#2563eb",
  "dir": "rtl",
  "lang": "ar",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/app/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "لوحة التحكم",
      "short_name": "الرئيسية",
      "description": "فتح لوحة التحكم",
      "url": "/app/dashboard.php",
      "icons": [{ "src": "/app/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "الحضور",
      "short_name": "الحضور",
      "description": "فتح صفحة الحضور",
      "url": "/app/teacher_attendance.php",
      "icons": [{ "src": "/app/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "التنبيهات",
      "short_name": "تنبيهات",
      "description": "فتح صفحة التنبيهات",
      "url": "/app/notifications.php",
      "icons": [{ "src": "/app/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
