Astea Clear Cache

Astea Clear Cache

Clear your cache and browsing data.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Astea Clear Cache",
  "version": "1.0.1.0",
  "description": "Clear your cache and browsing data.",
  "minimum_chrome_version": "19",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "page": "clear-cache-page.html"
  },
  "browser_action": {
    "default_icon": "icon_16.png",
    "default_title": "Clear Cache"
  },
  "permissions": [
    "browsingData",
    "tabs",
    "notifications",
    "<all_urls>"
  ]
}