
{
    "name": "LBS Online",
    "short_name": "LBS Online",
    "id": "/dashboard/",
    "description": "Premium Online Education Platform for Students and Schools.",
    "start_url": "/dashboard/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#1e40af",
    "theme_color": "#1e40af",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/pwa-static/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-static/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-static/icons/icon-maskable-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/pwa-static/icons/icon-maskable-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/pwa-static/images/dashboard.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "LBS Online Dashboard"
        }
    ],
    "shortcuts": [
        {
            "name": "Student Dashboard",
            "short_name": "Dashboard",
            "description": "Open the main student dashboard.",
            "url": "/students/dashboard/",
            "icons": [
                {
                    "src": "/pwa-static/icons/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "My Classes",
            "short_name": "Classes",
            "description": "Open subjects and revision notes.",
            "url": "/students/subjects/",
            "icons": [
                {
                    "src": "/pwa-static/icons/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Live Lessons",
            "short_name": "Live",
            "description": "See upcoming live lessons and exams.",
            "url": "/students/live-lessons/",
            "icons": [
                {
                    "src": "/pwa-static/icons/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Exam Centre",
            "short_name": "Exams",
            "description": "Open the exam practice centre.",
            "url": "/exam-centre/",
            "icons": [
                {
                    "src": "/pwa-static/icons/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
