aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.json.example
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-01-16 15:58:09 -0500
committerAjay <[email protected]>2022-01-16 15:58:09 -0500
commite2d56d32fe5f0b7ebc702532f6f0a46c7f164545 (patch)
treee7bab6e699b417a9eae3e7e35e3b5a0e81023df0 /config.json.example
parent7895b9d2c1c61cc20f932daabe872f00ca336212 (diff)
parentb6c1ee174312af1cb7e15041ae32305f46bd80cd (diff)
downloadSponsorBlock-e2d56d32fe5f0b7ebc702532f6f0a46c7f164545.tar.gz
SponsorBlock-e2d56d32fe5f0b7ebc702532f6f0a46c7f164545.zip
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into chapters
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.json.example b/config.json.example
index 4d0a4bee..cbcd6cad 100644
--- a/config.json.example
+++ b/config.json.example
@@ -2,10 +2,11 @@
"serverAddress": "https://sponsor.ajay.app",
"testingServerAddress": "https://sponsor.ajay.app/test",
"serverAddressComment": "This specifies the default SponsorBlock server to connect to",
- "categoryList": ["sponsor", "selfpromo", "interaction", "poi_highlight", "intro", "outro", "preview", "filler", "music_offtopic", "chapter"],
+ "categoryList": ["sponsor", "selfpromo", "exclusive_access", "interaction", "poi_highlight", "intro", "outro", "preview", "filler", "music_offtopic", "chapter"],
"categorySupport": {
- "sponsor": ["skip", "mute"],
- "selfpromo": ["skip", "mute"],
+ "sponsor": ["skip", "mute", "full"],
+ "selfpromo": ["skip", "mute", "full"],
+ "exclusive_access": ["full"],
"interaction": ["skip", "mute"],
"intro": ["skip", "mute"],
"outro": ["skip", "mute"],
@@ -18,6 +19,7 @@
"wikiLinks": {
"sponsor": "https://wiki.sponsor.ajay.app/w/Sponsor",
"selfpromo": "https://wiki.sponsor.ajay.app/w/Unpaid/Self_Promotion",
+ "exclusive_access": "https://wiki.sponsor.ajay.app/w/Exclusive_Access",
"interaction": "https://wiki.sponsor.ajay.app/w/Interaction_Reminder_(Subscribe)",
"intro": "https://wiki.sponsor.ajay.app/w/Intermission/Intro_Animation",
"outro": "https://wiki.sponsor.ajay.app/w/Endcards/Credits",