{
    "name": "Praxis",
    "short_name": "Praxis",
    "description": "India's most advanced exam preparation platform — AI-powered mock exams, deep analytics, and proctored testing.",
    "start_url": "/student/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#3b5bdb",
    "background_color": "#0b0f1a",
    "lang": "en-IN",
    "dir": "ltr",
    "id": "praxis-pwa",
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-maskable-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/screenshot-mobile.png",
            "sizes": "540x720",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Praxis student dashboard on mobile"
        },
        {
            "src": "/screenshots/screenshot-tablet.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Praxis exam interface on tablet"
        }
    ],
    "categories": [
        "education",
        "productivity"
    ],
    "shortcuts": [
        {
            "name": "Take an Exam",
            "short_name": "Exams",
            "description": "Browse and start a mock exam",
            "url": "/student/exams",
            "icons": [
                {
                    "src": "/icons/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "View Results",
            "short_name": "Results",
            "description": "See your past exam scores and analytics",
            "url": "/student/results",
            "icons": [
                {
                    "src": "/icons/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Analytics",
            "short_name": "Analytics",
            "description": "Track your weak areas and performance trends",
            "url": "/student/analytics",
            "icons": [
                {
                    "src": "/icons/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "prefer_related_applications": false,
    "serviceworker": {
        "src": "/service-worker.js",
        "scope": "/"
    }
}