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_extName__",
"description": "__MSG_extDesc__",
"version": "0.1.9.1",
"default_locale": "en",
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"https:\/\/my-ai-api-514551150962.us-central1.run.app\/*",
"https:\/\/www.youtube.com\/*"
],
"background": {
"service_worker": "bg.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/m.youtube.com\/*",
"https:\/\/youtube.com\/*"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "popup.html"
}
}