Cookie Watch

Cookie Watch

Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cookie Watch",
  "version": "1.0.1",
  "description": "__MSG_manifest__",
  "manifest_version": 2,
  "browser_action": {
    "browser_style": true,
    "default_title": "Cookiewatch",
    "default_popup": "popup/index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "browsingData",
    "storage",
    "<all_urls>",
    "notifications",
    "cookies",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ],
  "icons": {
    "48": "images/Cookiewatch_48x48.png",
    "96": "images/Cookiewatch_96x96.png",
    "128": "images/Cookiewatch_128x128.png"
  },
  "default_locale": "en"
}