Page Auto Reload Firefox

Examine source code of Page Auto Reload

By: Moran Add-on
Inspect and view changes in Page Auto Reload source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Auto Reload",
  "version": "1.0.0",
  "description": "Automatically reload the current tab on a configurable timer from 5 seconds to 10 minutes. Optional inactive-only mode.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{98df7451-f001-423b-97a8-847772768d82}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "96": "images/icon96.png",
      "128": "images/icon128.png"
    },
    "default_title": "Page Auto Reload",
    "default_popup": "ext/popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "ext/background.js"
    ],
    "persistent": false
  }
}

Best Page Auto Reload Alternatives

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