Refresher Firefox

Examine source code of Refresher

Inspect and view changes in Refresher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Refresher",
  "version": "1.0",
  "content_security_policy": "script-src 'self' https://cdn.tailwindcss.com; object-src 'self'",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "description": "Auto refreshes the current tab",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "reload.png"
  },
  "browser_action": {
    "default_title": "Refresher",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{418f4c1e-63ae-4227-82a0-733a28884f15}"
    }
  }
}

Best Refresher Alternatives

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