{
    "name": "Mechatronics Engineering ZNU portal",
    "short_name": "ZNUE-Portal",
    "description": "The official student portal for Mechatronics Engineering at Zagazig National University.",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "id": "/?source=pwa",
    "background_color": "#0a0a0f",
    "theme_color": "#198754",
    "orientation": "portrait-primary",
    "categories": [
        "education",
        "productivity",
        "management"
    ],
    "icons": [
        {
            "src": "/static/images/logo_uni.ico",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon",
            "purpose": "any"
        },
        {
            "src": "/static/images/logo_uni.ico",
            "sizes": "192x192",
            "type": "image/vnd.microsoft.icon",
            "purpose": "maskable"
        },
        {
            "src": "/static/images/logo_uni.ico",
            "sizes": "512x512",
            "type": "image/vnd.microsoft.icon",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Latest News",
            "short_name": "News",
            "url": "/news/",
            "icons": [
                {
                    "src": "/static/images/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "AI Academic Hub",
            "short_name": "ZNU-AI",
            "url": "/chatbot/",
            "icons": [
                {
                    "src": "/static/images/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Smart Schedule",
            "short_name": "Schedule",
            "url": "/smart-schedule/",
            "icons": [
                {
                    "src": "/static/images/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}