HTTP to HTTPS Firefox

Examine source code of HTTP to HTTPS

Inspect and view changes in HTTP to HTTPS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Force Http to Https",
  "manifest_version": 2,
  "name": "HTTP TO HTTPS",
  "version": "4.0",
  "permissions": [
    "storage",
    "*://*/*",
    "webNavigation"
  ],
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "background.js",
        "button.js"
      ]
    }
  ]
}

Best HTTP to HTTPS Alternatives

Here are some Firefox add-ons that are similar to HTTP to HTTPS: