1
0
Fork 0
BangleApps/apps/hrrawexp/metadata.json

17 lines
441 B
JSON

{
"id": "hrrawexp",
"name": "HRM Data Exporter",
"shortName": "HRM Data Exporter",
"version": "0.05",
"description": "export raw hrm signal data to a csv file",
"icon": "app-icon.png",
"tags": "",
"readme": "README.md",
"interface": "interface.html",
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
{"name":"hrrawexp.app.js","url":"app.js"},
{"name":"hrrawexp.img","url":"app-icon.js","evaluate":true}
]
}