36 lines
665 B
JSON
36 lines
665 B
JSON
{
|
|
"Version": "1.0.0",
|
|
"Language": "en_CA",
|
|
"Theme": "dark",
|
|
"RefreshMinutes": 15,
|
|
"EnableCache": true,
|
|
"CacheDurationMinutes": 30,
|
|
|
|
"ManualLocation": {
|
|
"Enabled": false,
|
|
"City": "Toronto",
|
|
"Province": "ON",
|
|
"Latitude": 43.7,
|
|
"Longitude": -79.4
|
|
},
|
|
|
|
"Units": {
|
|
"Temperature": "C",
|
|
"Speed": "km/h",
|
|
"Pressure": "kPa",
|
|
"Distance": "km"
|
|
},
|
|
|
|
"Display": {
|
|
"ShowClock": true,
|
|
"ShowAlerts": true,
|
|
"AlertBorder": true,
|
|
"IconScale": 4
|
|
},
|
|
|
|
"Advanced": {
|
|
"DeveloperMode": false,
|
|
"LogLevel": "INFO"
|
|
}
|
|
}
|