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": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "2.6.2", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhFvYQ\/mQRjUI6SLRgESnLnW3FMu5AKzWyavSAZA6BGpRsmTIzfZOQneXQueTf99aQ7edUeVQyDBFZUgady8XgC2DQVTG5T7PVtstTAF4eFQgNhQDVg96Mp18YpiFRFjVadQkpWhA6zmrLGkvD2SLmutxhtt9UYyKnk4KKPgvnlPzX\/2xfZDVUafPl8m9T4aW04ZLtPWlGcbxjUexZGNtNqLbljVBfHYXLyX1OsszntqoJ6gETzPubyHrpXEBM93j\/RZMLmTu1udrmYz0AQYcgeqh0FtnNG4TxINCpIq07zI9Nry7XJ9Pz73RJN58fT+t1sMrmLbXquWf7DbsWv978wIDAQAB", "manifest_version": 3, "minimum_chrome_version": "127.0", "default_locale": "en", "permissions": [ "scripting", "offscreen", "activeTab", "storage", "notifications", "clipboardWrite", "unlimitedStorage" ], "host_permissions": [ "<all_urls>", "https:\/\/*.komododecks.com\/*", "https:\/\/komododecks.com\/*" ], "icons": { "64": "static\/images\/icon\/icon.png" }, "action": { "default_popup": "\/dist\/pages\/auth-popup\/popup.html", "default_title": "Komodo" }, "background": { "service_worker": "dist\/bg\/rl-sw.js" }, "content_scripts": [ { "matches": [ "https:\/\/spaces.vatom.com\/*" ], "js": [ "dist\/cs\/ui-variants\/rl-vatom-ui.js" ] }, { "matches": [ "<all_urls>" ], "js": [ "dist\/cs\/rl-cs.js" ] }, { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "dist\/cs\/rl-gmail.js" ] } ], "web_accessible_resources": [ { "resources": [ "static\/*", "dist\/pages\/cs-iframes\/*", "dist\/cs\/ui-variants\/*.css" ], "matches": [ "<all_urls>" ] } ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+K" } }, "toggle-pause-recording": { "description": "__MSG_Shortcut_Pause_Resume_a_recording__" }, "toggle-pause-guide": { "description": "__MSG_Shortcut_Pause_Resume_recording_guide_steps__" }, "stop-recording": { "description": "__MSG_Shortcut_Stop_a_recording__" }, "hide-ui": { "description": "__MSG_Shortcut_Hide_UI__" } }, "options_ui": { "page": "dist\/pages\/options\/options.html", "open_in_tab": true }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "externally_connectable": { "matches": [ "https:\/\/*.komododecks.com\/*", "https:\/\/komododecks.com\/*" ] } }