BangleApps/apps/flashcount/metadata.json

14 lines
500 B
JSON

{ "id": "flashcount",
"name": "Flash Counter",
"shortName":"FlashCount",
"version":"0.01",
"description": "Count flashes/pulses of light using the heart rate monitor. Requires a VC31B HRM sensor, which should be in most watches except those produced for the original KickStarter campaign.",
"icon": "app.png",
"tags": "",
"supports" : ["BANGLEJS2"],
"storage": [
{"name":"flashcount.app.js","url":"app.js"},
{"name":"flashcount.img","url":"app-icon.js","evaluate":true}
]
}