Akamai Cache Eraser

Akamai Cache Eraser

This extension helps invalidate cache of a file in an Akamai property

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Akamai Cache Eraser",
  "description": "This extension helps invalidate cache of a file in an Akamai property",
  "version": "0.9.0.4",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "declarativeContent",
    "storage",
    "https://api.ccu.akamai.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "settings.html",
  "page_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_title": "Akamai Cache Eraser",
    "default_popup": "popup.html"
  }
}