{
    "name": "MiSaaS Fichajes",
    "short_name": "Fichajes",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4f46e5",
    "description": "Sistema de Control Horario y Geofencing",
    "icons": [
        {
            "src": "https://fichajes.ingeoriol.es/pwa-icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "https://fichajes.ingeoriol.es/pwa-icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "https://fichajes.ingeoriol.es/pwa-icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Fichaje Rápido",
            "short_name": "Fichar",
            "description": "Abrir la terminal de fichaje rápido",
            "url": "/worker/fast-punch",
            "icons": [
                {
                    "src": "https://fichajes.ingeoriol.es/pwa-icons/punch-shortcut.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}