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,
"version": "1.0.10",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"homepage_url": "https:\/\/www.videototxt.com\/",
"action": {
"default_title": "__MSG_appName__",
"default_icon": {
"16": "assets\/16x16.png",
"48": "assets\/48x48.png",
"64": "assets\/64x64.png",
"96": "assets\/128x128(with space).png",
"128": "assets\/128x128.png"
}
},
"icons": {
"16": "assets\/16x16.png",
"48": "assets\/48x48.png",
"64": "assets\/64x64.png",
"96": "assets\/128x128(with space).png",
"128": "assets\/128x128.png"
},
"side_panel": {
"default_path": "index.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"content-youtube.js"
]
}
],
"permissions": [
"storage",
"sidePanel",
"unlimitedStorage",
"webRequest"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/onlineapp.pro\/*",
"https:\/\/onlineapp.stream\/*",
"https:\/\/onlineapp.live\/*"
]
},
"minimum_chrome_version": "92",
"web_accessible_resources": [
{
"resources": [
"fonts\/*",
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
}
}