mirror of
https://github.com/pawelmalak/flame.git
synced 2024-12-19 08:02:16 +03:00
40 lines
574 B
JSON
40 lines
574 B
JSON
{
|
|
"config": [
|
|
{
|
|
"key": "WEATHER_API_KEY",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "lat",
|
|
"value": 0
|
|
},
|
|
{
|
|
"key": "long",
|
|
"value": 0
|
|
},
|
|
{
|
|
"key": "isCelsius",
|
|
"value": true
|
|
},
|
|
{
|
|
"key": "customTitle",
|
|
"value": "Flame"
|
|
},
|
|
{
|
|
"key": "pinAppsByDefault",
|
|
"value": true
|
|
},
|
|
{
|
|
"key": "pinCategoriesByDefault",
|
|
"value": true
|
|
},
|
|
{
|
|
"key": "hideHeader",
|
|
"value": false
|
|
},
|
|
{
|
|
"key": "useOrdering",
|
|
"value": "createdAt"
|
|
}
|
|
]
|
|
} |