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",
"background": {
"scripts": [
"global_files\/browserDetect.js",
"global_files\/browser-polyfill.min.js",
"global_files\/redux-webext.js",
"bundles\/common-background-popup-setting.bundle.js",
"bundles\/common-background.bundle.js",
"bundles\/background.bundle.js"
]
},
"description": "__MSG_extensionDescription__",
"homepage_url": "https:\/\/github.com\/Cookie-AutoDelete\/Cookie-AutoDelete",
"author": "CAD Team",
"default_locale": "en",
"browser_action": {
"browser_style": false,
"default_icon": {
"48": "icons\/icon_48.png"
},
"default_title": "Cookie AutoDelete",
"default_popup": "popup\/popup.html"
},
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"minimum_chrome_version": "74",
"options_ui": {
"page": "settings\/settings.html",
"open_in_tab": true
},
"permissions": [
"activeTab",
"alarms",
"browsingData",
"contextMenus",
"cookies",
"notifications",
"storage",
"tabs",
"<all_urls>"
],
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "3.8.2"
}