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": "imagedownloader128.png", "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" } } }, "background": { "service_worker": "ServiceWorker.js" }, "default_locale": "en", "description": "__MSG_appDesc__", "host_permissions": [ "<all_urls>" ], "icons": { "128": "imagedownloader128.png" }, "manifest_version": 3, "name": "__MSG_appName__", "permissions": [ "tabs", "downloads", "storage", "webRequest", "scripting", "declarativeNetRequest" ], "short_name": "Image Downloader - Image Finder", "version": "1.0" }