Inspect and view changes in Clear Master 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
{
"background": {
"scripts": [
"bg.js"
]
},
"browser_action": {
"default_popup": "main/popup.html"
},
"description": "Clear your cache & history as simple and fast as possible.",
"icons": {
"16": "images/icon-16.png",
"64": "images/icon-64.png",
"128": "images/icon-128.png"
},
"manifest_version": 2,
"name": "Clear Master",
"permissions": [
"browsingData",
"tabs",
"webRequest",
"webRequestBlocking",
"<all_urls>",
"storage"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
"version": "1.0"
}