Examine source code of Ultimate History & Cache Cleaner

Inspect and view changes in Ultimate History & Cache Cleaner source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.1.0.3",
  "default_locale": "en",
  "permissions": [
    "history",
    "downloads",
    "storage",
    "browsingData"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "/img/icon16.png",
    "48": "/img/icon48.png",
    "128": "/img/icon128.png"
  },
  "action": {
    "default_title": "Clear Browsing Data"
  }
}