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": "__MSG_ext_name__",
"description": "__MSG_ext_description__",
"version": "1.0.0",
"permissions": [
"activeTab",
"downloads",
"scripting",
"sidePanel"
],
"host_permissions": [
"<all_urls>"
],
"default_locale": "en",
"action": {
"default_title": "Open Download Images from Website"
},
"side_panel": {
"default_path": "sidebar.html"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"jszip.min.js"
],
"matches": [
"<all_urls>"
]
}
]
}