mirror of https://github.com/espruino/BangleApps
15 lines
479 B
JSON
15 lines
479 B
JSON
{ "id": "thering",
|
|
"name": "The Ring",
|
|
"version":"0.02",
|
|
"description": "A proof of concept clock with large ring guage for steps using pre-set images, acts as a tutorial piece for discussion",
|
|
"icon": "app.png",
|
|
"tags": "clock",
|
|
"supports" : ["BANGLEJS2"],
|
|
"screenshots": [{"url":"screenshot_thering3.jpg"}],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"thering.app.js","url":"app.js"},
|
|
{"name":"thering.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|