{
    "id": "/student/dashboard.php",
    "name": "Surya Law Academy Portal",
    "short_name": "SLA Portal",
    "description": "Student portal for Surya Law Academy — CLAT, PU CET Law, NLSAT preparation",
    "start_url": "/student/dashboard.php",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#1a2744",
    "theme_color": "#1a2744",
    "lang": "en",
    "icons": [
        {
            "src": "/assets/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/assets/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "My Tests",
            "url": "/student/tests.php",
            "description": "View your tests",
            "icons": [{ "src": "/assets/images/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Attendance",
            "url": "/student/attendance.php",
            "description": "Check your attendance",
            "icons": [{ "src": "/assets/images/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Inbox",
            "url": "/student/message_inbox.php",
            "description": "View notifications",
            "icons": [{ "src": "/assets/images/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ],
    "screenshots": [
        {
            "src": "/assets/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "SLA Student Portal Dashboard"
        },
        {
            "src": "/assets/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide",
            "label": "SLA Student Portal Desktop View"
        }
    ]
}