Webpage Auto Refresher Firefox

Examine source code of Webpage Auto Refresher

Inspect and view changes in Webpage Auto Refresher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Refresher",
  "version": "1.3",
  "description": "Auto refresh webpage if server error happens. It Refreshes every 2 seconds....",
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon48.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "autorefresher@dineshkarthik.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Webpage Auto Refresher Alternatives

Here are some Firefox add-ons that are similar to Webpage Auto Refresher: