BangleApps/apps/daisy/metadata.json

19 lines
563 B
JSON
Raw Normal View History

2022-02-21 22:38:47 +00:00
{ "id": "daisy",
"name": "Daisy",
"version":"0.05",
2022-02-22 23:19:02 +00:00
"dependencies": {"mylocation":"app"},
2022-02-21 22:38:47 +00:00
"description": "A clock based on the Pastel clock with large ring guage for steps",
"icon": "app.png",
"type": "clock",
2022-02-21 22:38:47 +00:00
"tags": "clock",
"supports" : ["BANGLEJS2"],
2022-02-22 23:46:23 +00:00
"screenshots": [{"url":"screenshot_daisy2.jpg"}],
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
}