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, "version": "0.0.3", "name": "Zipline Extension", "description": "Zipline Web Extension to Upload, View and Edit files from a Zipline v4 Server.", "homepage_url": "https:\/\/github.com\/cssnr\/zipline-extension", "author": "Shane", "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+Z" }, "description": "Show Popup" }, "openSidePanel": { "suggested_key": { "default": "Alt+Shift+P" }, "description": "Open Side Panel" }, "openZipline": { "suggested_key": { "default": "Alt+Shift+A" }, "description": "Open Zipline" }, "openFiles": { "suggested_key": { "default": "Alt+Shift+G" }, "description": "Open Files" } }, "permissions": [ "activeTab", "clipboardWrite", "contextMenus", "notifications", "scripting", "storage", "offscreen", "sidePanel" ], "background": { "type": "module", "service_worker": "js\/service-worker.js" }, "options_ui": { "page": "html\/options.html", "open_in_tab": true }, "action": { "default_title": "Zipline Extension", "default_popup": "html\/popup.html", "default_icon": { "16": "media\/logo16.png", "32": "media\/logo32.png", "48": "media\/logo48.png", "96": "media\/logo96.png", "128": "media\/logo128.png" } }, "icons": { "16": "media\/logo16.png", "32": "media\/logo32.png", "48": "media\/logo48.png", "96": "media\/logo96.png", "128": "media\/logo128.png" }, "side_panel": { "default_path": "html\/popup.html?view=sidepanel" }, "minimum_chrome_version": "109", "optional_host_permissions": [ "*:\/\/*\/*" ] }