Secure Email Encryptor Firefox

Examine source code of Secure Email Encryptor

By: cora
Inspect and view changes in Secure Email Encryptor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "webNavigation",
    "downloads",
    "https://*/",
    "http://*/"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{14290e41-38a8-4c81-bf34-bc3801c98380}"
    }
  }
}

Best Secure Email Encryptor Alternatives

Here are some Firefox add-ons that are similar to Secure Email Encryptor: