2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "recorder",
|
2022-02-02 11:41:08 +00:00
|
|
|
"name": "Recorder",
|
2022-01-06 11:47:26 +00:00
|
|
|
"shortName": "Recorder",
|
2024-04-17 20:19:37 +00:00
|
|
|
"version": "0.43",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Record GPS position, heart rate and more in the background, then download to your PC.",
|
|
|
|
"icon": "app.png",
|
2023-07-23 10:35:42 +00:00
|
|
|
"tags": "tool,outdoors,gps,widget,clkinfo",
|
2022-01-06 11:47:26 +00:00
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"interface": "interface.html",
|
|
|
|
"storage": [
|
|
|
|
{"name":"recorder.app.js","url":"app.js"},
|
|
|
|
{"name":"recorder.img","url":"app-icon.js","evaluate":true},
|
|
|
|
{"name":"recorder.wid.js","url":"widget.js"},
|
2023-07-23 08:39:55 +00:00
|
|
|
{"name":"recorder.clkinfo.js","url":"clkinfo.js"},
|
2022-01-06 11:47:26 +00:00
|
|
|
{"name":"recorder.settings.js","url":"settings.js"}
|
|
|
|
],
|
2023-06-06 10:04:26 +00:00
|
|
|
"data": [
|
|
|
|
{"name":"recorder.json","url":"app-settings.json"},
|
|
|
|
{"wildcard":"recorder.log?.csv","storageFile":true}
|
|
|
|
]
|
2022-01-06 11:47:26 +00:00
|
|
|
}
|