Auto Refresh Browser Firefox

Examine source code of Auto Refresh Browser

Inspect and view changes in Auto Refresh Browser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Refresh Browser",
  "version": "1.2.0",
  "description": "Automatically refresh tabs at configurable intervals to keep your sessions alive and prevent idle timeouts.",
  "author": "auto-refresh-browser contributors",
  "homepage_url": "https://github.com/masrikky/auto-refresh-browser",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Auto Refresh Browser"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "alarms",
    "tabs",
    "storage"
  ],
  "minimum_chrome_version": "102",
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-refresh-browser@masrikky",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {}
  }
}

Best Auto Refresh Browser Alternatives

Here are some Firefox add-ons that are similar to Auto Refresh Browser: