mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2024-11-05 03:30:12 +00:00
fix host_permission
This commit is contained in:
parent
9903133e05
commit
adc37f4f5d
@ -15,7 +15,7 @@
|
||||
"cookies"
|
||||
],
|
||||
"host_permissions": [
|
||||
"*://*/*"
|
||||
"https://*.youtube.com/*"
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
|
@ -13,7 +13,7 @@
|
||||
"permissions": [
|
||||
"storage",
|
||||
"cookies",
|
||||
"*://*/*"
|
||||
"https://*.youtube.com/*"
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user