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", "name": "Lexi", "description": "Save your summarized notes using AI", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "scripting", "sidePanel" ], "action": { "default_title": "Lexi - your research assistant", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } }, "side_panel": { "default_path": "sidepanel.html" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } }