BangleApps/apps/cycling/metadata.json

17 lines
463 B
JSON
Raw Normal View History

2022-03-20 08:25:43 +00:00
{
"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"}
]
}