{
    "name": "Mi Fichaje Fácil",
    "short_name": "Mi Fichaje Fácil",
    "start_url": "/pwa/",
    "scope": "/pwa/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0175C2",
    "theme_color": "#0175C2",
    "description": "Aplicación para fichar.",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "../images/logo-mff-pwa-192x192.webp",
            "sizes": "192x192",
            "type": "image/webp"
        },
        {
            "src": "../images/logo-mff-pwa-512x512.webp",
            "sizes": "512x512",
            "type": "image/webp",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "../images/screenshot-mobile.webp",
            "sizes": "390x844",
            "type": "image/webp",
            "form_factor": "narrow"
        },
        {
            "src": "../images/screenshot-desktop.webp",
            "sizes": "1280x720",
            "type": "image/webp",
            "form_factor": "wide"
        }
    ]
}