{
    "name": "Mi Panel Financiero UTM",
    "short_name": "UTM Finanzas",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "description": "App personal de finanzas conectada al valor de la UTM",
    "icons": [
        {
            "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%230f172a'/><text x='50' y='65' font-size='50' fill='%2300d2ff' text-anchor='middle'>$</text></svg>",
            "sizes": "192x192",
            "type": "image/svg+xml"
        },
        {
            "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%230f172a'/><text x='50' y='65' font-size='50' fill='%2300d2ff' text-anchor='middle'>$</text></svg>",
            "sizes": "512x512",
            "type": "image/svg+xml"
        }
    ],
    "shortcuts": [
        {
            "name": "⚡ Gasto Rápido",
            "short_name": "Gasto Rápido",
            "description": "Registrar un movimiento rápidamente",
            "url": "index.html?action=quick-add",
            "icons": [
                {
                    "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300d2ff'><path d='M7 2v11h3v9l7-12h-4l4-8z'/></svg>",
                    "sizes": "192x192",
                    "type": "image/svg+xml"
                }
            ]
        }
    ]
}