Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"version": "2.0.2",
"description": "__MSG_appDescription__",
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ojNpHOitwM6dc1o75h+CELoX0UlG4GZztptFrWTd1GkFuDrChi+u9LfjN7XU7keFBXh0\/p8v9CFHZ\/gu+Xz1XSQXTN8BITL\/e98gvll1bDosbGWuuu8CB7gbjZj\/OytI46t0gHwGYo9nxqRGRr+BUlpli6tEnlfVvmBoM5f3pHUuTqc8eeaxFPlzIMavMOo5\/32JKL3L9YxIlQfdlIl13tAqaQSb\/fG1+xkmvBA2ocLWBMaOjTOqFXWu6RM3GGgtJq+K+3o6Yl34e7qm2j0trYA8BjHJiIcSt1UW1Ps2tpz58QzbAglbXYuNC1ZE6JKBqCnrz1SjUfC2C+HVedDSQIDAQAB",
"homepage_url": "https:\/\/www.notebooklmquick.com",
"permissions": [
"activeTab",
"scripting",
"downloads",
"tabs",
"storage",
"offscreen",
"debugger",
"identity",
"clipboardRead"
],
"host_permissions": [
"https:\/\/notebooklm.google.com\/*",
"https:\/\/www.notebooklmquick.com\/*",
"https:\/\/www.google-analytics.com\/*"
],
"oauth2": {
"client_id": "600753540917-ebpi30bff7udmhpie7q9m9viask9ls6a.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"oauth-config.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_defaultTitle__"
},
"icons": {
"16": "icon16black.png",
"48": "icon48black.png",
"128": "icon128black.png"
},
"web_accessible_resources": [
{
"resources": [
"notebook-management.html",
"NotebookLMPNGLogoOnly.png",
"locales\/*.json"
],
"matches": [
"<all_urls>"
]
}
]
}