Switch between http-S Firefox

Examine source code of Switch between http-S

By: GarryW
Inspect and view changes in Switch between http-S source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Switch between http S",
  "version": "1.2",
  "description": "A button to quickly manually switch between httpS and http for current tab",
  "homepage_url": "https://garywill.github.io",
  "developer": {
    "name": "Garywill",
    "url": "https://github.com/garywill/switch-between-http-s"
  },
  "icons": {
    "128": "icon.svg"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "page_action": {
    "default_icon": "icon.svg",
    "default_title": "Switch between httpS and http",
    "show_matches": [
      "http://*/*",
      "https://*/*"
    ]
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Switch between http-S Alternatives

Here are some Firefox add-ons that are similar to Switch between http-S: