mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
16 lines
632 B
Text
16 lines
632 B
Text
{
|
|
"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", "music_offtopic"],
|
|
"categorySupport": {
|
|
"sponsor": ["skip", "mute"],
|
|
"selfpromo": ["skip", "mute"],
|
|
"interaction": ["skip", "mute"],
|
|
"intro": ["skip"],
|
|
"outro": ["skip"],
|
|
"preview": ["skip"],
|
|
"music_offtopic": ["skip"],
|
|
"poi_highlight": ["skip"]
|
|
}
|
|
}
|