mirror of https://github.com/espruino/BangleApps
13 lines
353 B
JSON
13 lines
353 B
JSON
|
{ "id": "stressless",
|
||
|
"name": "Stressless",
|
||
|
"shortName":"Stressless",
|
||
|
"icon": "stressless.png",
|
||
|
"version":"0.01",
|
||
|
"description": "This is a heart activity tracker for PIIS stressless project",
|
||
|
"tags": "",
|
||
|
"storage": [
|
||
|
{"name":"stressless.app.js","url":"app.js"},
|
||
|
{"name":"stressless.img","url":"app-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|