{
    "name": "AceRank - Exam Prep Platform",
    "short_name": "AceRank",
    "description": "Your comprehensive exam preparation platform with AI-powered tests, analytics, and personalized learning paths",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#7c3aed",
    "orientation": "portrait-primary",
    "scope": "/",
    "icons": [
        {
            "src": "/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "education",
        "productivity"
    ],
    "shortcuts": [
        {
            "name": "AI Generator",
            "short_name": "Generate",
            "description": "Generate AI-powered tests",
            "url": "/generator",
            "icons": [
                {
                    "src": "/icons/icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "My Learning",
            "short_name": "Learning",
            "description": "View your courses and progress",
            "url": "/my-learning",
            "icons": [
                {
                    "src": "/icons/icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Marketplace",
            "short_name": "Browse",
            "description": "Browse available courses",
            "url": "/marketplace",
            "icons": [
                {
                    "src": "/icons/icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        }
    ]
}