Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CrankWheel Screen Sharing", "short_name": "CrankWheel", "description": "__MSG_manifestDescription__", "minimum_chrome_version": "108.0.5359.215", "version": "7.4.0.0", "default_locale": "en", "icons": { "16": "img\/cwicon16.png", "19": "img\/cwicon19.png", "38": "img\/cwicon38.png", "48": "img\/cwicon48.png", "128": "img\/cwicon128.png" }, "options_page": "html\/options.html", "background": { "service_worker": "gen\/ext_bg_module.js" }, "action": { "default_icon": { "19": "img\/cwicon19.png", "38": "img\/cwicon38.png" }, "default_title": "__MSG_defaultBrowserActionMessage__" }, "permissions": [ "activeTab", "desktopCapture", "idle", "storage", "tabCapture", "scripting" ], "optional_permissions": [ "tabs" ], "optional_host_permissions": [ "https:\/\/*.hubspot.com\/contacts\/*", "https:\/\/account.lessannoyingcrm.com\/app\/View_Contact" ], "commands": { "open_popup": { "suggested_key": { "default": "Ctrl+Shift+Comma" }, "description": "__MSG_keyboardActionDescription__" } }, "externally_connectable": { "matches": [ "https:\/\/*.crankwheel.com\/*", "https:\/\/*.meeting.is\/*" ] }, "web_accessible_resources": [ { "resources": [ "html\/ext_popup.html", "js\/ext_common.js", "js\/popup\/ext_button.js", "js\/popup\/ext_content.js", "js\/popup\/ext_popup.js" ], "matches": [ "https:\/\/*.crankwheel.com\/*", "https:\/\/*.meeting.is\/*" ] } ], "manifest_version": 3 }