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": "Auto Download History Cleaner Pro",
"short_name": "Download History Cleaner",
"manifest_version": 3,
"version": "1.0.0",
"description": "Automatically clean your download history, hide download shelf, and maintain privacy with customizable cleanup intervals.",
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"action": {
"default_icon": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"default_title": "Auto Download Cleaner Pro"
},
"permissions": [
"browsingData",
"downloads",
"storage",
"contextMenus"
],
"host_permissions": [],
"options_page": "pages\/options.html",
"background": {
"service_worker": "js\/background.js"
}
}