CryptoChat Firefox

Examine source code of CryptoChat

Inspect and view changes in CryptoChat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CryptoChat",
  "version": "0.5.4",
  "description": "E2E encrypted text. Supports ECDH keys and GPG/OpenPGP import.",
  "permissions": [
    "storage",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "src/background-bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "src/ui/popup.html",
    "default_title": "CryptoChat",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cryptochat@extension",
      "strict_min_version": "109.0"
    }
  }
}

Best CryptoChat Alternatives

Here are some Firefox add-ons that are similar to CryptoChat: