Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SingleClick Cleaner",
"short_name": "Cleaner",
"version": "1.1.0.0",
"manifest_version": 2,
"homepage_url": "https:\/\/singleclickapps.com\/cleaner-app",
"description": "Clean up Chrome in one single click",
"icons": {
"16": "icon.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"browsingData"
],
"incognito": "spanning",
"app": {
"launch": {
"local_path": "index.html"
}
},
"background": {
"scripts": [
"start.js"
],
"persistent": false
},
"offline_enabled": true,
"options_page": "settings.html"
}