mirror of https://github.com/espruino/BangleApps
21 lines
577 B
JSON
21 lines
577 B
JSON
{
|
|
"id": "cycling",
|
|
"name": "Bangle Cycling",
|
|
"shortName": "Cycling",
|
|
"version": "0.02",
|
|
"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"},
|
|
{"name":"cycling.img","url":"cycling.icon.js","evaluate": true}
|
|
],
|
|
"data": [
|
|
{"name":"cycling.json"}
|
|
]
|
|
}
|