BangleApps/apps/accelrec/metadata.json

18 lines
594 B
JSON
Raw Normal View History

{
"id": "accelrec",
"name": "Acceleration Recorder",
"shortName": "Accel Rec",
2024-07-02 18:44:04 +00:00
"version": "0.06",
"description": "This app puts the Bangle's accelerometer into 100Hz mode and reads 2 seconds worth of data after movement starts. The data can then be exported back to the PC.",
"icon": "app.png",
"tags": "",
2023-05-19 15:59:17 +00:00
"supports": ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"interface": "interface.html",
"storage": [
{"name":"accelrec.app.js","url":"app.js"},
{"name":"accelrec.img","url":"app-icon.js","evaluate":true}
],
"data": [{"wildcard":"accelrec.?.csv"}]
}