diff options
author | Ajay <[email protected]> | 2023-07-29 01:41:57 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-07-29 01:41:57 -0400 |
commit | dc91ee76ca626ab66f5ecb8e501488a08e9bc317 (patch) | |
tree | 3759462a8510b90050f36f326212d3f847990f2a /manifest | |
parent | 90bb9a4d02caae05248d66e5db6fabc0941b6b91 (diff) | |
download | SponsorBlock-dc91ee76ca626ab66f5ecb8e501488a08e9bc317.tar.gz SponsorBlock-dc91ee76ca626ab66f5ecb8e501488a08e9bc317.zip |
Add support for live updating in chrome
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index 1b486f92..04d9c8a9 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -81,7 +81,8 @@ ], "permissions": [ "storage", - "https://sponsor.ajay.app/*" + "https://sponsor.ajay.app/*", + "https://*.youtube.com/*" ], "optional_permissions": [ "*://*/*", |