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", "version": "0.0.33", "manifest_version": 3, "name": "Needyu.ai Meeting Copilot", "description": "__MSG_store_description__", "permissions": [], "host_permissions": [ "https:\/\/api.needyu.ai\/" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "src\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*", "https:\/\/teams.microsoft.com\/*", "https:\/\/teams.live.com\/*", "https:\/\/app.zoom.us\/*" ], "js": [ "src\/content.js" ], "css": [ "style.css" ] } ], "default_locale": "en", "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.needyu.ai\/*", "https:\/\/needyu.ai\/*" ], "accepts_tls_channel_id": false }, "background": { "service_worker": "src\/background.js" } }