Разработан веб-сервер и расширение для браузеров на базе Chromium
This commit is contained in:
23
extension/manifest.json
Normal file
23
extension/manifest.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "YT Music Live",
|
||||
"description": "YT Music Live",
|
||||
"version": "1.0",
|
||||
"manifest_version": 3,
|
||||
"action": {
|
||||
"default_icon": "icon.png"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"js": [
|
||||
"main.js"
|
||||
],
|
||||
"matches": [
|
||||
"*://music.youtube.com/*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
"activeTab",
|
||||
"scripting"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user