Reload button Firefox

Examine source code of Reload button

By: kiheru
Inspect and view changes in Reload button 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": "0.2",
  "description": "Adds a reload button to the browser toolbar.",
  "icons": {
    "48": "icons/reload.svg",
    "96": "icons/reload.svg"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/reload.svg",
    "default_title": "Reload",
    "theme_icons": [
      {
        "light": "icons/reload-dark.svg",
        "dark": "icons/reload.svg",
        "size": 16
      }
    ]
  },
  "background": {
    "scripts": [
      "reload.js"
    ]
  }
}

Best Reload button Alternatives

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