{
    "name": "TotalGes Móvil",
    "short_name": "TotalGes",
    "description": "Gestión de incidencias para montadores",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#fafafa",
    "theme_color": "#c5332c",
    "lang": "es-ES",
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "imagenes",
                    "accept": ["image/*"]
                }
            ]
        }
    },
    "icons": [
        {
            "src": "/icons/icon-app.png",
            "sizes": "366x366",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
