Examine source code of Clear Browser

Inspect and view changes in Clear Browser 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
{
  "name": "Clear Browser",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "description": "Improve your privacy and Speed up your browser with Clear Browser extension",
  "browser_action": {
    "default_popup": "popup/index.html",
    "default_title": "Clear Browser"
  },
  "icons": {
    "128": "img/icon.png"
  },
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "webRequest",
    "browsingData",
    "webRequestBlocking",
    "cookies",
    "background",
    "notifications"
  ],
  "version": "1.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}