Reload Button WebExtension Firefox

Examine source code of Reload Button WebExtension

By: KWierso
Inspect and view changes in Reload Button WebExtension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "reload-button",
  "version": "1.1resigned1",
  "description": "Add a reload button to the address bar",
  "homepage_url": "https://github.com/kwierso/reload-button",
  "icons": {
    "128": "icons/refresh-black-128.png"
  },
  "permissions": [
    "tabs"
  ],
  "page_action": {
    "default_icon": "icons/refresh-black-128.png",
    "default_title": "Reload current page (Ctrl+R)"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6cb2adee-625d-41bd-b264-a9f378151129}"
    }
  }
}

Best Reload Button WebExtension Alternatives

Here are some Firefox add-ons that are similar to Reload Button WebExtension: