aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.json.example
blob: c5e8644459c4f675d5c2255c8745177d2f5fd9a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "serverAddress": "https://sponsor.ajay.app",
    "testingServerAddress": "https://sponsor.ajay.app/test",
    "serverAddressComment": "This specifies the default SponsorBlock server to connect to",
    "categoryList": ["sponsor", "selfpromo", "exclusive_access", "interaction", "poi_highlight", "intro", "outro", "preview", "filler", "chapter", "music_offtopic"],
    "categorySupport": {
        "sponsor": ["skip", "mute", "full"],
        "selfpromo": ["skip", "mute", "full"],
        "exclusive_access": ["full"],
        "interaction": ["skip", "mute"],
        "intro": ["skip", "mute"],
        "outro": ["skip", "mute"],
        "preview": ["skip", "mute"],
        "filler": ["skip", "mute"],
        "music_offtopic": ["skip"],
        "poi_highlight": ["poi"],
        "chapter": ["chapter"]
    },
    "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",
        "preview": "https://wiki.sponsor.ajay.app/w/Preview/Recap",
        "filler": "https://wiki.sponsor.ajay.app/w/Filler_Tangent",
        "music_offtopic": "https://wiki.sponsor.ajay.app/w/Music:_Non-Music_Section",
        "poi_highlight": "https://wiki.sponsor.ajay.app/w/Highlight",
        "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"
    }
}