BangleApps/apps/daisy/metadata.json

19 lines
655 B
JSON
Raw Normal View History

2022-02-21 22:38:47 +00:00
{ "id": "daisy",
"name": "Daisy",
2024-07-09 07:46:07 +00:00
"version": "0.14",
2022-02-22 23:19:02 +00:00
"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",
2022-02-21 22:38:47 +00:00
"icon": "app.png",
"type": "clock",
2022-02-21 22:38:47 +00:00
"tags": "clock",
"supports" : ["BANGLEJS2"],
"screenshots": [{"url":"screenshot_daisy3.png"}],
2022-02-21 22:38:47 +00:00
"readme": "README.md",
"storage": [
{"name":"daisy.app.js","url":"app.js"},
2022-02-23 23:20:57 +00:00
{"name":"daisy.img","url":"app-icon.js","evaluate":true},
2022-02-24 18:22:32 +00:00
{"name":"daisy.settings.js","url":"settings.js"}
2022-02-23 23:20:57 +00:00
],
"data": [{"name":"daisy.json"}]
2022-02-21 22:38:47 +00:00
}