diff options
author | Ajay <[email protected]> | 2023-07-29 01:49:27 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-07-29 01:49:27 -0400 |
commit | 1d1bd2a003d1e2838a2af3931e2f2cb6c62c5452 (patch) | |
tree | cb159034963f256b8db46717891a365861d7fc21 | |
parent | dc91ee76ca626ab66f5ecb8e501488a08e9bc317 (diff) | |
download | SponsorBlock-1d1bd2a003d1e2838a2af3931e2f2cb6c62c5452.tar.gz SponsorBlock-1d1bd2a003d1e2838a2af3931e2f2cb6c62c5452.zip |
Only add host permission on chrome
-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": [ "*://*/*", |