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",
"manifest_version": 3,
"name": "Advanced Download Manager ADM",
"version": "1.0.0",
"description": "Integrates Advanced Download Manager ADM with Chrome for seamless downloading.",
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "\/data\/48.png"
}
},
"icons": {
"48": "\/data\/48.png",
"128": "\/data\/128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"nativeMessaging",
"contextMenus",
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
}