Forget It

Forget It

Clear your cache and browsing data with a single click of a button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Forget It",
  "short_name": "Fire browsing data",
  "version": "1.0.4",
  "description": "Clear your cache and browsing data with a single click of a button.",
  "minimum_chrome_version": "22",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "background": {
    "scripts": [
      "js/jquery-3.4.1.js",
      "js/signals.js",
      "js/icon-animation.js",
      "js/load-default-options.js",
      "js/backgroundpage.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon_19.png",
      "38": "img/icon_38.png"
    },
    "default_title": "Forget It"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "browsingData",
    "cookies"
  ]
}