{
    "name": "Encryption/Decryption Tool",
    "short_name": "Encryption/D",
    "description": "Encrypt and decrypt text with AES, DES, TripleDES, and RC4 algorithms. All processing happens in your browser.",
    "start_url": "/en/app/encryption-decryption-tool",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#E2E8F0",
    "background_color": "#E2E8F0",
    "scope": "/en/app/encryption-decryption-tool",
    "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"
        }
    ]
}