-
Notifications
You must be signed in to change notification settings - Fork 1
/
UI_Config.json
40 lines (40 loc) · 1.24 KB
/
UI_Config.json
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
35
36
37
38
39
40
{
"output_file": "settings.json",
"ChannelId": {
"type": "textbox",
"value": "",
"label": "ChannelId",
"tooltip": "The Channel-ID of your Twitch-Channel (See links below how to get it)",
"group": "General"
},
"AppClientId": {
"type": "textbox",
"value": "",
"label": "AppClientId",
"tooltip": "The App ClientId of your Twitch App (get it from https://dev.twitch.tv/console/apps)",
"group": "General"
},
"AppSecret": {
"type": "textbox",
"value": "",
"label": "AppSecret",
"tooltip": "The App Secret of your Twitch App (get it from https://dev.twitch.tv/console/apps)",
"group": "General"
},
"LinkChannelId": {
"type": "button",
"label": "Get your Channel-ID",
"tooltip": "Opens https://www.streamweasels.com/tools/convert-twitch-username-to-user-id/ in the default browser to get your Channel ID",
"function": "LinkChannelId",
"wsevent": "",
"group": "Twitch / Helpful links"
},
"LinkDevDashboard": {
"type": "button",
"label": "Twitch Dev-Dashboard",
"tooltip": "Opens https://dev.twitch.tv/console/apps in the default browser to get your App-Information",
"function": "LinkDevDashboard",
"wsevent": "",
"group": "Twitch / Helpful links"
}
}