Clear Portal Cache

Clear Portal Cache

Clearing the cache without going to /_services/about

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Clear Portal Cache",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "Clearing the cache without going to /_services/about",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Clear portal cache!"
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "ClearPortalCache_48.png",
    "128": "ClearPortalCache_128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}