Auto Refresh Lite Firefox

Examine source code of Auto Refresh Lite

Inspect and view changes in Auto Refresh Lite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Refresh Lite",
  "version": "1.0.0",
  "description": "Automatically refresh the current tab at a custom interval. Data is stored locally only.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_title": "Auto Refresh Lite",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-refresh-lite@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Auto Refresh Lite Alternatives

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