heart: Save settings in data file, add recording files to data

pull/318/head
Richard de Boer 2020-04-17 21:45:48 +02:00
parent 9358b4b599
commit e4c0574ab7
2 changed files with 7 additions and 3 deletions

View File

@ -300,15 +300,18 @@
{ "id": "heart",
"name": "Heart Rate Recorder",
"icon": "app.png",
"version":"0.01",
"version":"0.02",
"interface": "interface.html",
"description": "Application that allows you to record your heart rate. Can run in background",
"tags": "tool,health,widget",
"storage": [
{"name":"heart.app.js","url":"app.js"},
{"name":"heart.json","url":"app-settings.json","evaluate":true},
{"name":"heart.img","url":"app-icon.js","evaluate":true},
{"name":"heart.wid.js","url":"widget.js"}
],
"data": [
{"name":"heart.json"},
{"wildcard":".heart?","storageFile": true}
]
},
{ "id": "slevel",

View File

@ -1,2 +1,3 @@
0.01: New App!
0.02: Don't overwrite existing settings on app update
Clean up recordings on app removal