BangleApps/apps/daisy/metadata.json

18 lines
550 B
JSON
Raw Normal View History

2022-02-21 22:38:47 +00:00
{ "id": "daisy",
"name": "Daisy",
2022-02-23 23:20:57 +00:00
"version":"0.02",
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",
"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},
{"name":"daisy.settings.js","url":"daisy.settings.js"}
],
"data": [{"name":"daisy.json"}]
2022-02-21 22:38:47 +00:00
}