{
    "name": "QuizApp — Offline Test Platform",
    "short_name": "QuizApp",
    "description": "Take knowledge tests online and offline. Results sync automatically when you reconnect.",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#f8faff",
    "theme_color": "#6366f1",
    "orientation": "portrait",
    "categories": ["education", "productivity"],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
