Adding currentMoney.

Better darkMode styles.
Adding more locations.
This commit is contained in:
2022-10-17 21:33:50 +02:00
parent 0a0df40746
commit 17f9668e22
12 changed files with 161 additions and 20 deletions

16
locations/Ansó.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "Ansó",
"altitude": 860,
"bus": true,
"train": false,
"pharmacy": true,
"smoke": true,
"supermarkets": [
{
"type": "CUSTOM",
"url": "https://goo.gl/maps/sScuQ6BApZzrFZwN9"
}
],
"pool": false,
"gym": false
}

View File

@ -3,7 +3,7 @@
"altitude": 1034,
"bus": true,
"train": false,
"pharmacy": null,
"pharmacy": true,
"smoke": true,
"supermarkets": [
{

16
locations/Formigal.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "Formigal",
"altitude": 1550,
"bus": true,
"train": false,
"pharmacy": true,
"smoke": true,
"supermarkets": [
{
"type": "ALCAMPO",
"url": "https://goo.gl/maps/39e37qJLNw2WkZci9"
}
],
"pool": true,
"gym": true
}

32
locations/Graus.json Normal file
View File

@ -0,0 +1,32 @@
{
"name": "Graus",
"altitude": 469,
"bus": true,
"train": false,
"pharmacy": true,
"smoke": true,
"supermarkets": [
{
"type": "EROSKI",
"url": "https://g.page/eroski-city-graus?share"
},
{
"type": "BONAREA",
"url": "https://goo.gl/maps/CnPyE9PhpsdKMF5N7"
},
{
"type": "ALTO_ARAGON",
"url": "https://goo.gl/maps/yZofjAm8awFZnNf37"
},
{
"type": "CUSTOM",
"url": "https://goo.gl/maps/KadcU8SoTR2Hx3hd6"
},
{
"type": "CUSTOM",
"url": "https://goo.gl/maps/snEwKUjc49SCbX986"
}
],
"pool": true,
"gym": true
}

20
locations/Isaba.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "Isaba",
"altitude": 816,
"bus": true,
"train": false,
"pharmacy": true,
"smoke": false,
"supermarkets": [
{
"type": "COVIRAN",
"url": "https://goo.gl/maps/9zA6ywhaMKXbSWF89"
},
{
"type": "UDACO",
"url": "https://goo.gl/maps/fB5pZ3WENSqEG2Wt5"
}
],
"pool": true,
"gym": false
}

View File

@ -0,0 +1,16 @@
{
"name": "Hecho",
"altitude": 953,
"bus": false,
"train": false,
"pharmacy": true,
"smoke": true,
"supermarkets": [
{
"type": "ALTO_ARAGON",
"url": "https://goo.gl/maps/XRmwSrE5HcQzJbdF6"
}
],
"pool": true,
"gym": false
}