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": "Vex", "version": "1.1.55", "description": "Your personal AI assistant in a sidebar. Chat, collaborate with teammates, and get things done faster while browsing.", "permissions": [ "storage", "sidePanel", "tabs", "contextMenus" ], "host_permissions": [ "https:\/\/askvex.com\/*" ], "action": { "default_title": "Vex" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "side_panel": { "default_path": "index.html" } }