{
    "name": "THT Prep — Smart Study Platform",
    "short_name": "THT Prep",
    "description": "AI-powered study platform with interactive learning, chapter notes, flashcards, doubt solving, and board exam practice for CBSE, ICSE & UP Board students.",
    "start_url": "/student/dashboard/",
    "scope": "/",
    "id": "/",
    "display": "standalone",
    "display_override": ["standalone", "window-controls-overlay"],
    "background_color": "#0a0c16",
    "theme_color": "#0d0f1a",
    "orientation": "portrait-primary",
    "dir": "ltr",
    "lang": "en",
    "categories": ["education", "productivity"],
    "iarc_rating_id": "",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/assets/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "THT Prep Dashboard"
        }
    ],
    "shortcuts": [
        {
            "name": "My Syllabus",
            "short_name": "Syllabus",
            "url": "/student/syllabus/",
            "description": "View your subjects and chapters",
            "icons": [{"src": "/assets/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "AI Doubt Solver",
            "short_name": "Doubts",
            "url": "/student/doubts/",
            "description": "Ask AI any study question",
            "icons": [{"src": "/assets/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Daily Challenge",
            "short_name": "Challenge",
            "url": "/student/challenge/",
            "description": "Today's daily challenge",
            "icons": [{"src": "/assets/icon-192.png", "sizes": "192x192"}]
        }
    ],
    "related_applications": [],
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "edge_side_panel": {
        "preferred_width": 400
    }
}