{
    "name": "Sarath AI — Intelligent AI Operating System",
    "short_name": "Sarath AI",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a14",
    "theme_color": "#0a0a14",
    "description": "Your AI Operating System — Chat, research, voice, browser, Gmail, projects, and memory. All in one beautifully designed app.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "lang": "en",
    "scope": "/",
    "id": "sarath-ai",
    "categories": ["productivity", "utilities", "lifestyle"],
    "dir": "ltr",
    "display_override": ["standalone", "minimal-ui"],
    "edge_side_panel": { "preferred_width": 400 },
    "screenshots": [
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Sarath AI Chat Interface"
        }
    ],
    "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"
        }
    ],
    "shortcuts": [
        {
            "name": "New Chat",
            "short_name": "Chat",
            "description": "Start a new AI conversation",
            "url": "/chat",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Voice Agent",
            "short_name": "Voice",
            "description": "Talk to your AI",
            "url": "/voice",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "AI Browser",
            "short_name": "Browser",
            "description": "Browse with AI",
            "url": "/browser",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Projects",
            "short_name": "Projects",
            "description": "View your AI projects",
            "url": "/projects",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        }
    ],
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=com.sarath.agent",
            "id": "com.sarath.agent"
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+sarath",
            "url": "/?url=%s"
        }
    ],
    "share_target": {
        "action": "/chat",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
