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", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "0.1.0", "default_locale": "en", "author": "Auto History Wipe", "permissions": [ "browsingData", "storage", "alarms", "windows" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" } }, "options_page": "html\/options.html", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "css\/tailwindmin.css" ], "matches": [ "<all_urls>" ] }, { "resources": [ "html\/help.html", "js\/help.js", "html\/privacy.html" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }