{
    "short_name": "GarageHub",
    "name": "GarageHub: Gestión Inteligente",
    "description": "Gestiona el mantenimiento y gastos de tus vehículos.",
    "icons": [
        {
            "src": "/GarageHubPWA.png?v=6",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "/GarageHubPWA.png?v=6",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": ".",
    "display": "standalone",
    "theme_color": "#101922",
    "background_color": "#101922",
    "orientation": "portrait"
}