mirror of https://github.com/espruino/BangleApps
17 lines
547 B
JSON
17 lines
547 B
JSON
{
|
|
"id": "cscsensor",
|
|
"name": "Cycling speed sensor",
|
|
"shortName": "CSCSensor",
|
|
"version": "0.06",
|
|
"description": "Read BLE enabled cycling speed and cadence sensor and display readings on watch",
|
|
"icon": "icons8-cycling-48.png",
|
|
"tags": "outdoors,exercise,ble,bluetooth",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"cscsensor.app.js","url":"cscsensor.app.js"},
|
|
{"name":"cscsensor.settings.js","url":"settings.js"},
|
|
{"name":"cscsensor.img","url":"cscsensor-icon.js","evaluate":true}
|
|
]
|
|
}
|