Easy Clear

Easy Clear

A one click cache and history clearer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Easy Clear",
  "version": "1.2.0",
  "description": "A one click cache and history clearer.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "browsingData"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "Logos/Logo16.png",
    "48": "Logos/Logo48.png",
    "128": "Logos/Logo128.png"
  },
  "manifest_version": 2
}