{
    "name": "Herramienta de Cifrado/Descifrado",
    "short_name": "Herramienta ",
    "description": "Cifra y descifra texto con los algoritmos AES, DES, TripleDES y RC4. Todo el procesamiento ocurre en tu navegador.",
    "start_url": "/es/app/herramienta-cifrado-descifrado",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#E2E8F0",
    "background_color": "#E2E8F0",
    "scope": "/es/app/herramienta-cifrado-descifrado",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/encryptiondecryption-tool/encryption-decryption-tool-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/encryptiondecryption-tool/encryption-decryption-tool-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}