mirror of https://github.com/espruino/BangleApps
14 lines
313 B
JSON
14 lines
313 B
JSON
{
|
|
"id": "stetho",
|
|
"name": "Stethoscope",
|
|
"version": "0.01",
|
|
"description": "Hear your heart rate",
|
|
"icon": "stetho.png",
|
|
"tags": "health",
|
|
"supports": ["BANGLEJS"],
|
|
"storage": [
|
|
{"name":"stetho.app.js","url":"stetho.js"},
|
|
{"name":"stetho.img","url":"stetho-icon.js","evaluate":true}
|
|
]
|
|
}
|