Clear Cache

Clear Cache

A true one-click cache clearing button for web developers. That's it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon-32.png",
    "default_popup": "popup.html",
    "default_title": "Clear Cache"
  },
  "web_accessible_resources": [
    "scripts.js"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "A true one-click cache clearing button for web developers. That's it.",
  "name": "Clear Cache",
  "permissions": [
    "browsingData"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "version": "1.1"
}