mirror of https://github.com/espruino/BangleApps
Adapt to new code layout
parent
94cd15c13f
commit
cf64c1c2c0
|
@ -815,15 +815,15 @@
|
||||||
},
|
},
|
||||||
{ "id": "wohrm",
|
{ "id": "wohrm",
|
||||||
"name": "Workout Heart Rate Monitor",
|
"name": "Workout Heart Rate Monitor",
|
||||||
"icon": "wohrm.png",
|
"icon": "app.png",
|
||||||
"version":"0.01",
|
"version":"0.02",
|
||||||
"description": "Workout heart rate monitor notifies you with a buzz if your heart rate goes above or below the set limits.",
|
"description": "Workout heart rate monitor notifies you with a buzz if your heart rate goes above or below the set limits.",
|
||||||
"tags": "hrm,workout",
|
"tags": "hrm,workout",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
"allow_emulator":true,
|
"allow_emulator":true,
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"wohrm.app.js","url":"wohrm.js"},
|
{"name":"wohrm.app.js","url":"app.js"},
|
||||||
{"name":"wohrm.img","url":"wohrm-icon.js","evaluate":true}
|
{"name":"wohrm.img","url":"app-icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{ "id": "widid",
|
{ "id": "widid",
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
0.02: Adapted to new App code layout
|
||||||
0.01: Only tested on the emulator.
|
0.01: Only tested on the emulator.
|
||||||
|
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in New Issue