{
    "name": "Student AI",
    "short_name": "Student AI",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#1a1a2e",
    "theme_color": "#6366f1",
    "description": "AI-powered study companion for students. Get help with homework, quizzes, and exam prep.",
    "orientation": "any",
    "prefer_related_applications": false,
    "categories": ["education", "productivity"],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Chat with AI",
            "short_name": "Chat",
            "description": "Ask the AI tutor a question",
            "url": "/?tab=chat",
            "icons": [{"src": "icons/Icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Take a Quiz",
            "short_name": "Quiz",
            "description": "Test your knowledge",
            "url": "/?tab=quiz",
            "icons": [{"src": "icons/Icon-192.png", "sizes": "192x192"}]
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
