Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SingleClick Cleaner",
"version": "3.0.0.0",
"manifest_version": 3,
"homepage_url": "https:\/\/singleclickapps.com\/cleaner",
"description": "Single-click Chrome cleaner: clean up the trash in one single click",
"icons": {
"16": "icon.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"contextMenus",
"browsingData",
"storage"
],
"action": {
"default_icon": "icon.png",
"default_title": "SingleClick Cleaner"
},
"commands": {
"clean_now": {
"suggested_key": {
"default": "Ctrl+Shift+K",
"mac": "Command+Shift+K"
},
"description": "Clean browsing data now"
}
},
"incognito": "spanning",
"background": {
"service_worker": "background.js"
},
"options_page": "settings.html",
"offline_enabled": true
}