forked from macadmins/sofa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
58 lines (57 loc) · 1.13 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"softwareReleases": [
{
"id": "sequoia-15",
"name": "Sequoia 15",
"osType": "macOS"
},
{
"id": "sonoma-14",
"name": "Sonoma 14",
"osType": "macOS"
},
{
"id": "ventura-13",
"name": "Ventura 13",
"osType": "macOS"
},
{
"id": "monterey-12",
"name": "Monterey 12",
"osType": "macOS"
},
{
"id": "ios-18",
"name": "18",
"osType": "iOS"
},
{
"id": "ios-17",
"name": "17",
"osType": "iOS"
},
{
"id": "ios-16",
"name": "16",
"osType": "iOS"
}
],
"globalSettings": {
"buttonOrder": ["macOS", "iOS"],
"searchHideNoMatches": "true",
"dataFeedFiles": {
"macOS": "macos_data_feed.json",
"iOS": "ios_data_feed.json"
}
},
"uiSettings": {
"lightMode": {
"backgroundColor": "#f9fafb",
"searchResultColor": "#9a1946"
},
"darkMode": {
"backgroundColor": "#111827",
"searchResultColor": "#9a1946"
}
}
}