Reload as https Firefox

Examine source code of Reload as https

Inspect and view changes in Reload as https source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Adds a page action button for http pages to reload as https",
  "author": "MrOtherGuy",
  "version": "0.0.3resigned1",
  "manifest_version": 2,
  "name": "Reload as https",
  "page_action": {
    "show_matches": [
      "http://*/*"
    ],
    "browser_style": true,
    "default_icon": {
      "16": "icons/button-icon-dark.svg",
      "32": "icons/button-icon-dark.svg"
    },
    "default_title": "Reload as https://"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4949dac0-83ef-4b57-a050-73bdb7b32897}"
    }
  }
}

Best Reload as https Alternatives

Here are some Firefox add-ons that are similar to Reload as https: