{
    "name": "ChatAI Open Source",
    "short_name": "ChatAI",
    "description": "Free, open-source AI chat with 30+ models — Llama 3.3, Gemini 2.0, Mistral, DeepSeek & more. No signup required.",
    "start_url": "./?source=pwa",
    "display": "standalone",
    "background_color": "#0d0f14",
    "theme_color": "#0d0f14",
    "orientation": "portrait-primary",
    "scope": "./",
    "lang": "en",
    "icons": [
        {
            "src": "favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        }
    ],
    "shortcuts": [
        {
            "name": "New Chat",
            "short_name": "New Chat",
            "description": "Start a new conversation",
            "url": "./#general"
        },
        {
            "name": "Expert Coder",
            "short_name": "Coder",
            "description": "Coding assistant mode",
            "url": "./#coder"
        },
        {
            "name": "Creative Writer",
            "short_name": "Writer",
            "description": "Writing and editing mode",
            "url": "./#writer"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "categories": ["productivity", "ai", "utilities"],
    "edge_side_panel": {
        "preferred_width": 400
    }
}
