Added required permissions, also allowed more than https

This commit is contained in:
pschwarzer20 2024-05-20 01:04:12 +02:00
parent d7ed922b18
commit 752d3774c0

View file

@ -9,9 +9,10 @@
"48": "icon48.png",
"128": "icon128.png"
},
"host_permissions": ["*://www.youtube.com/*"],
"content_scripts": [
{
"matches": ["https://www.youtube.com/*"],
"matches": ["*://www.youtube.com/*"],
"js": ["Content.js"]
}
]