BClean - Cache Cleaner & Browser History

BClean - Cache Cleaner & Browser History

Easily clear your cache and browser history with the pop-up toolbar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "manifest_version": 2,
  "name": "BClean - Cache Cleaner & Browser History",
  "default_locale": "en",
  "offline_enabled": true,
  "short_name": "BClean",
  "description": "Easily clear your cache and browser history with the pop-up toolbar.",
  "permissions": [
    "storage",
    "browsingData",
    "notifications"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "js/customization.js",
      "js/application.js",
      "js/timeWork.js",
      "js/pointEntry.js"
    ]
  },
  "browser_action": {
    "default_title": "BClean",
    "default_popup": "windowApp/window.html",
    "default_icon": {
      "128": "assets/5.png"
    }
  },
  "icons": {
    "128": "assets/2.png"
  }
}