{
    "name": "BubbleChat",
    "short_name": "BubbleChat",
    "description": "Chat + Llamadas integradas - Nueva arquitectura",
    "start_url": "/user/ui/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#111b21",
    "theme_color": "#111b21",
    "orientation": "portrait",
    "categories": ["social", "communication"],
    "icons": [
        {
            "src": "/assets/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Abrir Chat",
            "short_name": "Chat",
            "description": "Ir directamente al chat",
            "url": "/user/ui/",
            "icons": [
                {
                    "src": "/assets/img/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}
