ReloadPilot - Lightweight Tab Auto Refresh Firefox

Examine source code of ReloadPilot - Lightweight Tab Auto Refresh

Inspect and view changes in ReloadPilot - Lightweight Tab Auto Refresh source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ReloadPilot - Lightweight Tab Reloader",
  "description": "Lightweight tab reloader by mbahnizen for precise per-URL refresh schedules with minimal resource usage.",
  "version": "1.2.0",
  "permissions": [
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "ReloadPilot",
    "default_icon": {
      "16": "icons/ReloadPilot-16px.png",
      "32": "icons/ReloadPilot-32px.png",
      "64": "icons/ReloadPilot-64px.png"
    }
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "type": "module"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/ReloadPilot-16px.png",
    "32": "icons/ReloadPilot-32px.png",
    "48": "icons/ReloadPilot-48px.png",
    "64": "icons/ReloadPilot-64px.png",
    "128": "icons/ReloadPilot-128px.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "reloadpilot@mbahnizen.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "128.0"
    }
  }
}

Best ReloadPilot - Lightweight Tab Auto Refresh Alternatives

Here are some Firefox add-ons that are similar to ReloadPilot - Lightweight Tab Auto Refresh: