{
    "name": "Centinela — Tu guardián digital",
    "short_name": "Centinela",
    "description": "Comprueba si un enlace es seguro antes de abrirlo.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0a0e1a",
    "theme_color": "#0a0e1a",
    "lang": "es",
    "scope": "/",
    "icons": [
        {
            "src": "assets/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Escanear QR",
            "short_name": "Escanear",
            "url": "/?action=scan",
            "icons": [{ "src": "assets/icon-192.png", "sizes": "192x192" }]
        }
    ],
    "categories": [
        "security",
        "utilities"
    ],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}