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": "Image Downloader Pro",
"description": "Image Downloader Pro is a tool for downloading images from websites.",
"version": "1.0.5",
"minimum_chrome_version": "88",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "\/images\/icon-16x16.png",
"48": "\/images\/icon-48x48.png",
"128": "\/images\/icon-128x128.png",
"256": "\/images\/icon-256x256.png",
"512": "\/images\/icon-512x512.png"
},
"action": {
"default_icon": "\/images\/icon-512x512.png",
"default_popup": "\/src\/Popup\/index.html"
},
"options_page": "\/src\/Options\/index.html",
"background": {
"service_worker": "\/src\/background\/downloadImages.js"
},
"permissions": [
"activeTab",
"scripting",
"downloads"
],
"content_security_policy": [],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}