Tab reload on select Firefox

Examine source code of Tab reload on select

By: syranez
Inspect and view changes in Tab reload on select source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "{dc776897-9601-4c9b-95f6-e01a957503e0}",
      "strict_min_version": "56.0"
    }
  },
  "background": {
    "scripts": [
      "src/settings.js",
      "src/extension.js",
      "src/background.js"
    ]
  },
  "description": "Reloads a selected tab to get fresh content.",
  "homepage_url": "https://github.com/syranez/tab-reload-on-select",
  "manifest_version": 2,
  "name": "Tab reload on select",
  "options_ui": {
    "page": "src/options.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "48": "icons/icon_on-plain.svg",
    "96": "icons/icon_on-plain.svg"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon_on-plain.svg",
      "32": "icons/icon_on-plain.svg"
    },
    "default_title": "Disable tab reload on this host."
  },
  "version": "1.5.0"
}

Best Tab reload on select Alternatives

Here are some Firefox add-ons that are similar to Tab reload on select: