{
    "name": "AI Agent",
    "short_name": "AI Agent",
    "description": "Intelligent AI Chat Assistant with memory and multi-model support",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0d0f14",
    "theme_color": "#3b82f6",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/screenshot-narrow.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "/screenshots/screenshot-wide.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    " shortcuts": [
        {
            "name": "New Chat",
            "short_name": "New Chat",
            "description": "Start a new conversation",
            "url": "/#general",
            "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Email Writer",
            "short_name": "Email",
            "description": "Write professional emails",
            "url": "/#email",
            "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Code Helper",
            "short_name": "Code",
            "description": "Get help with code",
            "url": "/#code",
            "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "categories": ["productivity", "ai", "utilities"],
    "edge_side_panel": {
        "preferred_width": 400
    }
}