Cache refresh

Cache refresh

Simple refresh all tabs without cache

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "analytics.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "128": "refresh.png"
    },
    "default_title": "Refresh all tabs without cache"
  },
  "description": "Simple refresh all tabs without cache",
  "icons": {
    "128": "refresh.png"
  },
  "manifest_version": 2,
  "name": "Cache refresh",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "clipboardRead",
    "clipboardWrite",
    "storage"
  ],
  "version": "0.1.3",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}