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",
"action": {
"default_icon": "imagedownlo128.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "fixR.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
}
}
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"icons": {
"128": "imagedownlo128.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"activeTab",
"downloads",
"storage",
"webRequest",
"scripting",
"declarativeNetRequest"
],
"short_name": "ImageDownloader",
"version": "1.0.0"
}