{
    "name": "Yari Medic - Portal de Salud",
    "short_name": "Yari Medic",
    "description": "Buscador inteligente de salud y portal del paciente potenciado por IA.",
    "start_url": "/portal/",
    "scope": "/portal/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#4f46e5",
    "icons": [
        {
            "src": "/static/images/simbolo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/images/Logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/images/simbolo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "orientation": "portrait",
    "categories": [
        "medical",
        "health"
    ],
    "shortcuts": [
        {
            "name": "Buscador",
            "url": "/portal/",
            "icons": [
                {
                    "src": "/static/images/simbolo.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}