BangleApps/apps/hrrawexp/metadata.json

17 lines
441 B
JSON
Raw Permalink Normal View History

{
"id": "hrrawexp",
"name": "HRM Data Exporter",
"shortName": "HRM Data Exporter",
2024-03-04 21:32:06 +00:00
"version": "0.05",
"description": "export raw hrm signal data to a csv file",
"icon": "app-icon.png",
"tags": "",
"readme": "README.md",
"interface": "interface.html",
2023-10-16 14:31:58 +00:00
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
{"name":"hrrawexp.app.js","url":"app.js"},
{"name":"hrrawexp.img","url":"app-icon.js","evaluate":true}
]
}