RefreshPilot - Auto Page Reloader Firefox

Examine source code of RefreshPilot - Auto Page Reloader

Inspect and view changes in RefreshPilot - Auto Page Reloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.0.0",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": {
      "16": "assets/images/icon16.png",
      "38": "assets/images/icon38.png",
      "48": "assets/images/icon48.png",
      "128": "assets/images/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "assets/images/icon16.png",
    "38": "assets/images/icon38.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "storage",
    "tabs",
    "alarms"
  ],
  "host_permissions": [],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "refresh-pilot-auto-reload@geminiextensions.dev",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best RefreshPilot - Auto Page Reloader Alternatives

Here are some Firefox add-ons that are similar to RefreshPilot - Auto Page Reloader: