mirror of https://github.com/espruino/BangleApps
19 lines
655 B
JSON
19 lines
655 B
JSON
{ "id": "daisy",
|
|
"name": "Daisy",
|
|
"version": "0.14",
|
|
"dependencies": {"mylocation":"app"},
|
|
"description": "A beautiful digital clock with large ring guage, idle timer and a cyclic information line that includes, day, date, steps, battery, sunrise and sunset times",
|
|
"icon": "app.png",
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports" : ["BANGLEJS2"],
|
|
"screenshots": [{"url":"screenshot_daisy3.png"}],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"daisy.app.js","url":"app.js"},
|
|
{"name":"daisy.img","url":"app-icon.js","evaluate":true},
|
|
{"name":"daisy.settings.js","url":"settings.js"}
|
|
],
|
|
"data": [{"name":"daisy.json"}]
|
|
}
|