diff options
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest/chrome-manifest-extra.json | 5 | ||||
-rw-r--r-- | manifest/manifest.json | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/manifest/chrome-manifest-extra.json b/manifest/chrome-manifest-extra.json index 8fe52df2..696bb964 100644 --- a/manifest/chrome-manifest-extra.json +++ b/manifest/chrome-manifest-extra.json @@ -4,5 +4,8 @@ ], "background": { "persistent": false - } + }, + "permissions": [ + "https://*.youtube.com/*" + ] } diff --git a/manifest/manifest.json b/manifest/manifest.json index 04d9c8a9..1b486f92 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -81,8 +81,7 @@ ], "permissions": [ "storage", - "https://sponsor.ajay.app/*", - "https://*.youtube.com/*" + "https://sponsor.ajay.app/*" ], "optional_permissions": [ "*://*/*", |