mirror of https://github.com/espruino/BangleApps
20 lines
722 B
JSON
20 lines
722 B
JSON
{
|
|
"id": "pebbled",
|
|
"name": "Pebble Clock with distance",
|
|
"shortName": "Pebble + distance",
|
|
"version": "0.04",
|
|
"description": "Fork of Pebble Clock with distance in KM. Both step count and the distance are on the main screen. Default step length = 0.75m (can be changed in settings).",
|
|
"readme": "README.md",
|
|
"icon": "pebbled.png",
|
|
"screenshots": [{"url":"pebble_screenshot.png"}],
|
|
"type": "clock",
|
|
"tags": "clock,distance",
|
|
"supports": ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"pebbled.app.js","url":"pebbled.app.js"},
|
|
{"name":"pebbled.settings.js","url":"pebbled.settings.js"},
|
|
{"name":"pebbled.img","url":"pebbled.icon.js","evaluate":true}
|
|
],
|
|
"data":[{"name":"pebbleDistance.json"}]
|
|
}
|