-
Notifications
You must be signed in to change notification settings - Fork 48
/
config.json
43 lines (38 loc) · 1.32 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
{
"comments": [
"==============================",
" SKIN CONFIGURATION ",
"==============================",
"Required properties:",
" name: name of the skin (directory name: /skins/name)",
" title: human readable skin title",
" author: author name",
" width: width of the skin in pixels (same as defined in the CSS)",
" height: height of the skin in pixels (same as defined in the CSS)",
"All the properties at the end of this file are skin-specific. See:",
"https://github.com/mike-koch/ets2-mobile-route-advisor/wiki",
"for descriptions and possible values."
],
"config": {
"name": "ets2-mobile-route-advisor",
"title": "Mobile Route Advisor (3.6.1)",
"author": "mkoch227 and contributors",
"width": -1,
"height": -1,
"language": "en-US.json",
"timeFormat": "24h",
"checkForUpdates": true,
"ats": {
"distanceUnits": "mi",
"weightUnits": "lb",
"currencyCode": "USD",
"mapPack": "ats"
},
"ets2": {
"distanceUnits": "km",
"weightUnits": "kg",
"currencyCode": "EUR",
"mapPack": "ets2"
}
}
}