[] sixths: v0.02, allow on emulator

pull/3078/head
Pavel Machek 2023-11-03 16:20:12 +01:00
parent 7eb9d6cd86
commit c03776c767
3 changed files with 4 additions and 2 deletions

View File

@ -1 +1,2 @@
0.01: attempt to import
0.02: better GPS support, adding altitude and temperature support

View File

@ -1,14 +1,15 @@
{ "id": "sixths",
"name": "Sixth sense",
"version":"0.01",
"version":"0.02",
"description": "Clock for outdoor use with GPS support",
"icon": "app.png",
"readme": "README.md",
"supports" : ["BANGLEJS2"],
"allow_emulator": true,
"type": "clock",
"tags": "clock",
"storage": [
{"name":"sixths.app.js","url":"app.js"},
{"name":"sixths.app.js","url":"sixths.app.js"},
{"name":"sixths.img","url":"app-icon.js","evaluate":true}
]
}