{
    "name": "VEP Student Portal",
    "short_name": "VEP Portal",
    "description": "VEP Tech Academy Student Learning Portal - Access your courses, exams, and materials",
    "start_url": "/student/dashboard",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1e3c72",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/images/icons/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "shortcuts": [
        {
            "name": "My Exams",
            "short_name": "Exams",
            "description": "View and take your exams",
            "url": "/student/exams",
            "icons": [
                {
                    "src": "/images/icons/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Course Materials",
            "short_name": "Materials",
            "description": "Access your course materials",
            "url": "/student/materials",
            "icons": [
                {
                    "src": "/images/icons/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Virtual Labs",
            "short_name": "Labs",
            "description": "Access virtual labs",
            "url": "/student/labs",
            "icons": [
                {
                    "src": "/images/icons/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "categories": [
        "education",
        "productivity"
    ],
    "screenshots": [],
    "prefer_related_applications": false,
    "related_applications": [],
    "lang": "en-US",
    "dir": "ltr"
}