2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "accellog",
|
|
|
|
"name": "Acceleration Logger",
|
|
|
|
"shortName": "Accel Log",
|
2022-04-26 14:05:42 +00:00
|
|
|
"version": "0.04",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Logs XYZ acceleration data to a CSV file that can be downloaded to your PC",
|
|
|
|
"icon": "app.png",
|
|
|
|
"tags": "outdoor",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"interface": "interface.html",
|
|
|
|
"storage": [
|
|
|
|
{"name":"accellog.app.js","url":"app.js"},
|
|
|
|
{"name":"accellog.img","url":"app-icon.js","evaluate":true}
|
|
|
|
],
|
|
|
|
"data": [{"wildcard":"accellog.?.csv"}]
|
|
|
|
}
|