fix host_permission

pull/6/head
simon 2 years ago
parent 9903133e05
commit adc37f4f5d
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -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…
Cancel
Save