{
    "name": "1Click Chat",
    "short_name": "1Click",
    "description": "AI-powered multi-channel chatbot platform for businesses. Web widget, WhatsApp, Instagram, Messenger.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "lang": "en",
    "dir": "ltr",
    "theme_color": "#2563EB",
    "background_color": "#ffffff",
    "categories": ["business", "productivity", "communication"],
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Conversations",
            "short_name": "Chats",
            "url": "/dashboard/conversations",
            "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "Contacts",
            "short_name": "Contacts",
            "url": "/dashboard/contacts",
            "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "Calendar",
            "short_name": "Calendar",
            "url": "/dashboard/calendar",
            "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
        }
    ]
}
