{
    "name": "أستاذي - منصة التعليم",
    "short_name": "أستاذي",
    "description": "منصة الأستاذ والتلاميذ لإدارة العملية التعليمية",
    "lang": "ar",
    "dir": "rtl",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f4f7fb",
    "theme_color": "#2563eb",
    "categories": ["education", "productivity"],
    "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 maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "الفصول",
            "short_name": "الفصول",
            "url": "./teacher.html",
            "description": "الوصول السريع إلى الفصول"
        },
        {
            "name": "الرسائل",
            "short_name": "الرسائل",
            "url": "./student.html",
            "description": "الوصول السريع إلى الرسائل"
        }
    ]
}