diff options
author | Ajay <[email protected]> | 2023-05-08 17:02:49 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-05-08 17:02:49 -0400 |
commit | f2482ee973784bae687a7893dafbcd89d0ad4613 (patch) | |
tree | 1e6307b04d14c7cb0c3c77cf33d542df184b2ac2 /config.json.example | |
parent | 71dd4a97bfa6881555e1a0e3f799ddea0846ea81 (diff) | |
download | SponsorBlock-f2482ee973784bae687a7893dafbcd89d0ad4613.tar.gz SponsorBlock-f2482ee973784bae687a7893dafbcd89d0ad4613.zip |
Add auto-config import to clickbait extension, move more funcs to shared lib
Also fix a isSafari call
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example index c5e86444..66dc1567 100644 --- a/config.json.example +++ b/config.json.example @@ -30,5 +30,11 @@ "guidelines": "https://wiki.sponsor.ajay.app/w/Guidelines", "mute": "https://wiki.sponsor.ajay.app/w/Mute_Segment", "chapter": "https://wiki.sponsor.ajay.app/w/Chapter" - } + }, + "extensionCommunicationAllowList": [ + "enamippconapkdmgfgjchkhakpfinmaj", + "[email protected]", + "[email protected]", + "app.ajay.dearrow.extension" + ] } |