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": "Clean Manager - History and Cache cleaner", "description": "Easy way to clear browser cache and history data. Simple way to clean history, downloads, cookie or set tasks for auto cleaning", "version": "1.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "32.png", "48": "64.png", "128": "128.png" } }, "icons": { "16": "32.png", "48": "64.png", "128": "128.png" }, "permissions": [ "browsingData", "tabs", "storage", "alarms" ], "options_page": "option.html" }