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": "Close & Clean", "short_name": "Close & Clean", "version": "1.1.0.0", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/close-and-clean", "description": "Close all tabs and windows and 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" }