{
    "name": "StudeQ — AI Powered Study Platform",
    "short_name": "StudeQ",
    "description": "Study smarter with AI generated quizzes, flashcards, notes, and personalised timetables.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a0f",
    "theme_color": "#6c47ff",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "categories": [
        "education",
        "productivity"
    ],
    "lang": "en",
    "dir": "ltr",
    "screenshots": [
        {
            "src": "/screenshots/dashboard.png",
            "sizes": "1280x720",
            "type": "image/png",
            "label": "StudeQ Dashboard"
        }
    ]
}