mirror of https://github.com/espruino/BangleApps
[] sixths: v0.02, allow on emulator
parent
7eb9d6cd86
commit
c03776c767
|
@ -1 +1,2 @@
|
|||
0.01: attempt to import
|
||||
0.02: better GPS support, adding altitude and temperature support
|
||||
|
|
|
@ -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}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue