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": "__MSG_appName__", "description": "__MSG_shortDesc__", "manifest_version": 3, "default_locale": "en", "version": "1.0.0.1", "background": { "service_worker": "src\/background\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "src\/utils\/logger-content.js", "src\/content\/content-loader.js" ], "run_at": "document_idle", "type": "module" } ], "web_accessible_resources": [ { "resources": [ "src\/content\/*", "src\/ui\/*", "src\/utils\/*" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "action": { "default_title": "NotebookLM", "default_icon": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" } }, "permissions": [ "activeTab", "tabs", "storage", "identity", "scripting", "sidePanel" ], "side_panel": { "default_path": "src\/ui\/panel.html" }, "host_permissions": [ "https:\/\/*\/*" ], "externally_connectable": { "matches": [ "https:\/\/www.notebook-lm.online\/" ] }, "oauth2": { "client_id": "951453118381-k1hetp9jtm8k0lt9tf01vfa79fl1fqp0.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } }