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_extName__", "short_name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.2.0", "default_locale": "en", "author": "WebIT-Service", "minimum_chrome_version": "88", "icons": { "16": "assets\/icon-16x16.png", "32": "assets\/icon-32x32.png", "48": "assets\/icon-48x48.png", "128": "assets\/icon-128x128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "downloads", "downloads.shelf", "storage" ], "action": { "default_title": "__MSG_actionTitle__", "default_icon": "assets\/icon-16x16.png", "default_popup": "options.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "commands": { "close-download-bar": { "suggested_key": { "default": "Alt+W" }, "description": "__MSG_closeHotkey__" } } }