-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.json
53 lines (53 loc) · 1.21 KB
/
settings.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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"FETCH_MAX_RETRIES": 5,
"FETCH_RETRY_DELAY": 600,
"LOAD_DELAY": 1700,
"OPEN_TOOLTIP_DELAY": 300,
"query_selectors": {
"top": "board-layout-top",
"bottom": "board-layout-bottom",
"normal": {
"username": "user-tagline-username",
"elementToAppend": "user-tagline-username"
},
"compact": {
"username": "user-tagline-compact-username",
"elementToAppend": "user-tagline-compact-theatre"
}
},
"colors": {
"wins": "#6b9438",
"loses": "#bc403a",
"draws": "#b38235"
},
"defaultSettings": {
"game_modes": ["bullet", "blitz", "rapid"],
"time_interval": "last 12 hours",
"hide_own_stats": false,
"show_accuracy": true,
"show_stats": true,
"popup_darkmode": true,
"color_highlighting": true
},
"validGameModes": ["blitz", "rapid", "bullet", "daily"],
"validTimeIntervals": [
"last hour",
"last 6 hours",
"last 12 hours",
"last day",
"last 3 days",
"last week",
"this month"
],
"timeIntervalsMS": {
"last hour": 3600,
"last 6 hours": 21600,
"last 12 hours": 43200,
"last day": 86400,
"last 3 days": 259200,
"last week": 604800
},
"specialTitles": {
"RobertBrot": "AFM"
}
}