Clear & Reload

Clear & Reload

Wipe browser dumps and reloads current tab to perform cache free operations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Clear & Reload",
  "version": "1.0.2",
  "description": "Wipe browser dumps and reloads current tab to perform cache free operations.",
  "browser_action": {
    "default_icon": "icons/icon128.png"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "browsingData"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}