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": "Lasso - Annotation & Team Collaboration Tool\ud83e\ude84", "description": "Annotate & collaborate on any webpage in real-time", "version": "2.8.7", "permissions": [ "activeTab", "storage" ], "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "host_permissions": [ "http:\/\/localhost:8000\/*", "https:\/\/4a45-206-217-206-6.ngrok-free.app\/*", "https:\/\/app.lasso.team\/*" ], "externally_connectable": { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/4a45-206-217-206-6.ngrok-free.app\/*", "https:\/\/app.lasso.team\/*" ] }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "config.js", "content.js", "quill-core.js", "quill-mention.js" ], "css": [ "styles.css", "quill-core.css", "quill-mention.css" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "config.js", "styles.css", "icons\/lasso-cursor.png" ], "matches": [ "<all_urls>" ] } ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" }, "description": "Toggle Side Panel" } } }