aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.json.example
blob: 44797b0cfc4aeb0c0ce67d596571a12df6116b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "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", "chapter"],
    "categorySupport": {
        "sponsor": ["skip", "mute"],
        "selfpromo": ["skip", "mute"],
        "interaction": ["skip", "mute"],
        "intro": ["skip"],
        "outro": ["skip"],
        "preview": ["skip"],
        "music_offtopic": ["skip"],
        "poi_highlight": ["skip"],
        "chapter": ["chapter"]
    }
}