Hard Refresh Button

Hard Refresh Button

An extension to reload the content of the currently active tab. The browser will reload the page without using the cached content.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Hard Refresh Button",
  "version": "1.0.0.1",
  "manifest_version": 3,
  "author": "CloudCode Chronicles",
  "description": "An extension to reload the content of the currently active tab. The browser will reload the page without using the cached content.",
  "icons": {
    "128": "icon128.png"
  },
  "action": {
    "default_icon": {
      "128": "icon128.png"
    },
    "default_popup": ""
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}