MegaCleaner - Browsing Data Cleaner

MegaCleaner - Browsing Data Cleaner

A lightweight and easy-to-use extension that cleans up browsing cache, history, localstorage, and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MegaCleaner - Browsing Data Cleaner",
  "description": "A lightweight and easy-to-use extension that cleans up browsing cache, history, localstorage, and more!",
  "version": "1.0.3",
  "author": "MegaCleaner, LC",
  "icons": {
    "16": "assets/icon.png",
    "48": "assets/icon2.png"
  },
  "browser_action": {
    "default_icon": "assets/icon.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js",
      "context_menus.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "browsingData",
    "notifications",
    "contextMenus",
    "tabs"
  ]
}