{
    "name": "Architekt - System Design Practice",
    "short_name": "Architekt",
    "description": "Practice system design interviews with AI-powered feedback",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#4f46e5",
    "orientation": "any",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "education",
        "productivity",
        "developer tools"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Start Design",
            "url": "/?view=catalog",
            "description": "Jump to problem catalog"
        },
        {
            "name": "Mock Interview",
            "url": "/?view=interview",
            "description": "Start a mock interview"
        }
    ]
}