mirror of https://github.com/espruino/BangleApps
17 lines
463 B
JSON
17 lines
463 B
JSON
|
{
|
||
|
"id": "cycling",
|
||
|
"name": "Bangle Cycling",
|
||
|
"shortName": "Cycling",
|
||
|
"version": "0.01",
|
||
|
"description": "Display live values from a BLE CSC sensor",
|
||
|
"icon": "icons8-cycling-48.png",
|
||
|
"tags": "outdoors,exercise,ble,bluetooth",
|
||
|
"supports": ["BANGLEJS2"],
|
||
|
"readme": "README.md",
|
||
|
"storage": [
|
||
|
{"name":"cycling.app.js","url":"cycling.app.js"},
|
||
|
{"name":"cycling.settings.js","url":"settings.js"},
|
||
|
{"name":"blecsc","url":"blecsc.js"}
|
||
|
]
|
||
|
}
|