aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest
diff options
context:
space:
mode:
authorAjay <[email protected]>2023-07-29 01:49:27 -0400
committerAjay <[email protected]>2023-07-29 01:49:27 -0400
commit1d1bd2a003d1e2838a2af3931e2f2cb6c62c5452 (patch)
treecb159034963f256b8db46717891a365861d7fc21 /manifest
parentdc91ee76ca626ab66f5ecb8e501488a08e9bc317 (diff)
downloadSponsorBlock-1d1bd2a003d1e2838a2af3931e2f2cb6c62c5452.tar.gz
SponsorBlock-1d1bd2a003d1e2838a2af3931e2f2cb6c62c5452.zip
Only add host permission on chrome
Diffstat (limited to 'manifest')
-rw-r--r--manifest/chrome-manifest-extra.json5
-rw-r--r--manifest/manifest.json3
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": [
"*://*/*",