{
  "name": "encrypt.tools — Free In-Browser Cryptography Tools",
  "short_name": "encrypt.tools",
  "description": "Free online cryptography tools that run entirely in your browser: AES encryption, RSA key generation, SHA hashing, JWT debugging, classical ciphers, and secure password generation.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#07080d",
  "theme_color": "#07080d",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
