Automatic Website Reloader and Refresher Firefox

Examine source code of Automatic Website Reloader and Refresher

Inspect and view changes in Automatic Website Reloader and Refresher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Automatic WebBrowser Reloader",
  "short_name": "Web Reloader",
  "description": "This extension reloads the current tab at a chosen interval.",
  "version": "1",
  "homepage_url": "https://webreloader.com",
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "58.0a1"
    }
  },
  "browser_action": {
    "default_icon": {
      "19": "icon/icon19.png",
      "38": "icon/icon38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Reload this page every…"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "contextMenus",
    "storage"
  ]
}

Best Automatic Website Reloader and Refresher Alternatives

Here are some Firefox add-ons that are similar to Automatic Website Reloader and Refresher: