{
    "name": "GSY - المدرسة اليمنية الكبرى",
    "short_name": "GSY",
    "description": "تطبيق المدرسة اليمنية الكبرى - بوابة الطلاب والمعلمين",
    "start_url": "/portal/index.php",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#18305A",
    "theme_color": "#18305A",
    "dir": "rtl",
    "lang": "ar",
    "icons": [
        {
            "src": "/logo.webp",
            "sizes": "192x192",
            "type": "image/webp",
            "purpose": "any"
        },
        {
            "src": "/logo.webp",
            "sizes": "512x512",
            "type": "image/webp",
            "purpose": "any"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": [
        "education"
    ],
    "shortcuts": [
        {
            "name": "بوابة الطالب",
            "short_name": "الطالب",
            "url": "/portal/index.php?role=student",
            "icons": [
                {
                    "src": "/logo.webp",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "بوابة المعلم",
            "short_name": "المعلم",
            "url": "/portal/index.php?role=teacher",
            "icons": [
                {
                    "src": "/logo.webp",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}