Inspect and view changes in One Click History 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",
"name": "One Click History Cleaner",
"short_name": "One Click History Cleaner",
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html"
},
"permissions": [
"storage",
"browsingData",
"notifications"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png",
"512": "icons/icon512.png"
},
"action": {
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png",
"512": "icons/icon512.png"
}
},
"manifest_version": 3,
"version": "0.1.14"
}