{
    "name": "Explain My Codebase",
    "short_name": "ExplainCode",
    "description": "AI-powered codebase understanding and documentation tool. Instantly understand any codebase, generate docs, and chat with your source code.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0e1a",
    "theme_color": "#06b6d4",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/favicon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/favicon.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}