diff options
author | Ajay <[email protected]> | 2023-02-06 21:22:34 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2023-02-06 21:22:34 -0500 |
commit | 92e156834b44368c0549ba621dff4863680c1b2b (patch) | |
tree | 790d9cfbf75ba867d6abe73f3f8f290e378654fd /manifest | |
parent | b2e6e4f076ee9994f91112870379eede3df83974 (diff) | |
download | SponsorBlock-92e156834b44368c0549ba621dff4863680c1b2b.tar.gz SponsorBlock-92e156834b44368c0549ba621dff4863680c1b2b.zip |
Use pollyfill for invidious registration
Fix #798
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 0c452f6e..08a15426 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -84,7 +84,8 @@ "https://sponsor.ajay.app/*" ], "optional_permissions": [ - "*://*/*" + "*://*/*", + "webNavigation" ], "browser_action": { "default_title": "SponsorBlock", |