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_appDesc__",
"default_locale": "en",
"version": "0.1.3",
"manifest_version": 3,
"icons": {
"16": "img\/16x16.png",
"32": "img\/32x32.png",
"48": "img\/48x48.png",
"128": "img\/128x96.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script.ts-loader-31966f16.js"
],
"matches": [
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_start",
"all_frames": true
},
{
"js": [
"assets\/inject.ts-loader-481bedff.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"img\/32x32.png"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"resources": [
"assets\/content-script.ts-d41ead82.js"
],
"use_dynamic_url": true
},
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/inject.ts-2558898b.js"
],
"use_dynamic_url": true
}
],
"action": {
"default_icon": "img\/128x96.png",
"default_popup": "src\/popup.html"
},
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}