Auto Sleepless Hard Refresh Firefox

Examine source code of Auto Sleepless Hard Refresh

By: No Name
Inspect and view changes in Auto Sleepless Hard Refresh source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Hard Refresh",
  "version": "1.0.1",
  "description": "Automatically hard refresh tabs at custom intervals with background operation and startup restoration",
  "browser_specific_settings": {
    "gecko": {
      "id": "{8f3d9e2a-1b4c-5d6e-7f8a-9b0c1d2e3f4a}",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "data_collection": false,
        "required": [
          "websiteActivity"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "webNavigation",
    "<all_urls>",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Auto Sleepless Hard Refresh Alternatives

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