{
    "name": "Qwistra - AI Study Companion",
    "short_name": "Qwistra",
    "description": "Your friendly AI study buddy for Nigerian students. Study smarter with AI-powered summaries, explanations, flashcards, and quizzes.",
    "start_url": "/study",
    "display": "standalone",
    "background_color": "#171717",
    "theme_color": "#10b981",
    "orientation": "portrait-primary",
    "scope": "/",
    "id": "qwistra-app",
    "categories": [
        "education",
        "productivity"
    ],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/study-page.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Study Page - Your AI-powered study dashboard"
        },
        {
            "src": "/screenshots/mobile-study.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile Study Experience"
        }
    ],
    "shortcuts": [
        {
            "name": "Study Now",
            "short_name": "Study",
            "description": "Start studying with your AI companion",
            "url": "/study",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "512x512"
                }
            ]
        },
        {
            "name": "My Flashcards",
            "short_name": "Flashcards",
            "description": "Review your saved flashcards",
            "url": "/study?tab=flashcards",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "512x512"
                }
            ]
        },
        {
            "name": "Study Groups",
            "short_name": "Groups",
            "description": "Collaborate with study groups",
            "url": "/groups",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "512x512"
                }
            ]
        }
    ],
    "related_applications": [],
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "edge_side_panel": {
        "preferred_width": 400
    }
}