Super Reloader

Super Reloader

Clear the browser's cache and do a hard reload with a single click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "short_name": "EC&HR",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "icons": {
    "16": "images/ECHR_Icon16.png",
    "32": "images/ECHR_Icon32.png",
    "48": "images/ECHR_Icon48.png",
    "128": "images/ECHR_Icon128.png"
  },
  "version": "2.3",
  "minimum_chrome_version": "88",
  "background": {
    "service_worker": "service_worker.js",
    "type": "module"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "MacCtrl+Shift+E"
      },
      "description": "Executes 'Empty Cache and Hard Reload'"
    }
  },
  "permissions": [
    "browsingData"
  ],
  "author": "Laith Hisham",
  "action": {
    "default_icon": {
      "16": "images/ECHR_Icon16.png",
      "32": "images/ECHR_Icon32.png",
      "48": "images/ECHR_Icon48.png",
      "128": "images/ECHR_Icon128.png"
    },
    "default_title": "__MSG_extTooltip__"
  },
  "content_security_policy": {}
}