Certificate Trust Firefox

Examine source code of Certificate Trust

By: devmni Add-on
Inspect and view changes in Certificate Trust source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Certificate Trust",
  "version": "1.0.1",
  "author": "devmni",
  "description": "This add-on uses a colored icon to show whether the SSL/TLS certificate used by the website for the HTTPS connection is classified as trustworthy by Mozilla, only by the local computer, self-signed, or an HTTP connection. For example, it helps to identify corporate proxies, which Firefox otherwise displays with a green lock by default.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "bin/backend.js",
      "bin/constants.js",
      "bin/frontend.js",
      "bin/main.js"
    ]
  },
  "browser_action": {
    "default_title": "Certificate Trust",
    "default_icon": "icons/standby.png"
  },
  "web_accessible_resources": [
    "db/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0195131e-a21d-7f54-90ef-f067811ac4aa}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Certificate Trust Alternatives

Here are some Firefox add-ons that are similar to Certificate Trust: