Adapt to new code layout

pull/218/head
msdeibel 2020-03-24 17:27:13 +01:00
parent 94cd15c13f
commit cf64c1c2c0
5 changed files with 5 additions and 4 deletions

View File

@ -815,15 +815,15 @@
},
{ "id": "wohrm",
"name": "Workout Heart Rate Monitor",
"icon": "wohrm.png",
"version":"0.01",
"icon": "app.png",
"version":"0.02",
"description": "Workout heart rate monitor notifies you with a buzz if your heart rate goes above or below the set limits.",
"tags": "hrm,workout",
"type": "app",
"allow_emulator":true,
"storage": [
{"name":"wohrm.app.js","url":"wohrm.js"},
{"name":"wohrm.img","url":"wohrm-icon.js","evaluate":true}
{"name":"wohrm.app.js","url":"app.js"},
{"name":"wohrm.img","url":"app-icon.js","evaluate":true}
]
},
{ "id": "widid",

View File

@ -1 +1,2 @@
0.02: Adapted to new App code layout
0.01: Only tested on the emulator.

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB