{
    "name": "Panel",
    "short_name": "Panel",
    "description": "Panel personal: gastos, tareas, notas, info médica y más.",
    "start_url": "/panel/index.php",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0c0d0e",
    "theme_color": "#0c0d0e",
    "share_target": {
        "action": "/panel/recibir_compartido.php",
        "method": "GET",
        "params": {
            "title": "titulo",
            "text": "texto",
            "url": "url"
        }
    },
    "icons": [
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/images/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
