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",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "2.31.0",
"description": "__MSG_extensionDescription__",
"icons": {
"16": "assets\/icons\/chrome_icon_16x16.png",
"48": "assets\/icons\/chrome_icon_48x48.png",
"128": "assets\/icons\/chrome_icon_128x128.png"
},
"default_locale": "en_US",
"permissions": [
"storage",
"tabs",
"unlimitedStorage",
"identity"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"libs\/bootstrap.bundle.min.js",
"libs\/quill.min.js",
"content_scripts\/quillEditor.js",
"content_scripts\/aiModalTemplate.js",
"content_scripts\/content.js",
"content_scripts\/options.js",
"content_scripts\/transcript.js"
],
"css": [
"styles\/style.css",
"styles\/quill.snow.css",
"styles\/options.css"
]
},
{
"matches": [
"https:\/\/aistudio.google.com\/*"
],
"js": [
"content_scripts\/content.js",
"content_scripts\/aiStudioIntegration.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/icons\/*",
"libs\/*",
"html\/*",
"styles\/*",
"styles\/*"
],
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/aistudio.google.com\/*"
]
}
],
"background": {
"service_worker": "service-worker.js"
},
"options_ui": {
"page": "html\/options.html",
"open_in_tab": true
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"oauth2": {
"client_id": "326292979350-evoeuntulpjm8o473usvkfu34iqaqd6u.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
}
}