{
    "name": "DSAMS Student Portal",
    "short_name": "DSAMS",
    "description": "Dean of Student Affairs Management System - Student Portal",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0B192C",
    "theme_color": "#0B192C",
    "orientation": "portrait-primary",
    "categories": ["education", "productivity"],
    "icons": [
        {
            "src": "/images/DSA.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/DSA.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/OSA_Logo2.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/DSA.ico",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        }
    ],
    "shortcuts": [
        {
            "name": "Home Dashboard",
            "short_name": "Home",
            "description": "View student campus schedule & stats",
            "url": "/student-dashboard",
            "icons": [{ "src": "/images/DSA.png", "sizes": "192x192" }]
        },
        {
            "name": "Admission Slips",
            "short_name": "Slips",
            "description": "Access my admission slips and passes",
            "url": "/student/admission-slip",
            "icons": [{ "src": "/images/DSA.png", "sizes": "192x192" }]
        },
        {
            "name": "Notifications",
            "short_name": "Alerts",
            "description": "View real-time alerts and campus notices",
            "url": "/student/notifications",
            "icons": [{ "src": "/images/DSA.png", "sizes": "192x192" }]
        }
    ]
}
