BangleApps/apps/cycling/metadata.json

21 lines
578 B
JSON
Raw Permalink Normal View History

2022-03-20 08:25:43 +00:00
{
"id": "cycling",
"name": "Bangle Cycling",
"shortName": "Cycling",
"version": "0.03",
2022-03-20 08:25:43 +00:00
"description": "Display live values from a BLE CSC sensor",
"icon": "icons8-cycling-48.png",
"tags": "outdoors,exercise,ble,bluetooth",
"dependencies" : { "blecsc":"module" },
2022-03-20 08:25:43 +00:00
"supports": ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"cycling.app.js","url":"cycling.app.js"},
{"name":"cycling.settings.js","url":"settings.js"},
2022-03-20 09:59:24 +00:00
{"name":"cycling.img","url":"cycling.icon.js","evaluate": true}
],
"data": [
{"name":"cycling.json"}
2022-03-20 08:25:43 +00:00
]
}