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": "NotebookLM Tools",
"description": "Browser extension for NotebookLM productivity tools and utilities.",
"version": "1.1.9",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"96": "img\/logo-96.png",
"128": "img\/logo-128.png",
"196": "img\/logo-196.png"
},
"action": {
"default_popup": "popup.html#\/?popup=true",
"default_icon": "img\/logo-96.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.js-loader-6c4d7afe.js",
"assets\/content.jsx-loader-75d9e6b7.js"
],
"matches": [
"*:\/\/notebooklm.google.com\/*"
]
}
],
"side_panel": {
"default_path": "sidepanel.html"
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/notebooklm.google.com\/*"
],
"resources": [
"*",
"assets\/chunk-38df7042.js",
"assets\/chunk-9bfc7485.js",
"assets\/chunk-725317a4.js",
"assets\/chunk-a3e94a8e.js",
"assets\/chunk-143d05d5.js",
"assets\/chunk-144bf08e.js",
"assets\/chunk-e7402ea4.js"
],
"use_dynamic_url": false
}
],
"host_permissions": [
"*:\/\/notebooklm.google.com\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"storage",
"sidePanel",
"contextMenus",
"unlimitedStorage",
"tabs",
"scripting"
]
}