AutoReload v2 Firefox

Examine source code of AutoReload v2

Inspect and view changes in AutoReload v2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AutoReload",
  "version": "2.0.3",
  "description": "An extension that automatically reloads the specified tabs.",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "background": {
    "scripts": [
      "app.js"
    ],
    "type": "module",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/48.png",
    "default_title": "AutoReload v2",
    "default_popup": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fd90566d-5620-4cb0-8ca6-725e17ec3691}",
      "strict_min_version": "42.0"
    }
  },
  "permissions": [
    "tabs",
    "idle",
    "storage"
  ]
}

Best AutoReload v2 Alternatives

Here are some Firefox add-ons that are similar to AutoReload v2: