2022-02-21 22:38:47 +00:00
|
|
|
{ "id": "daisy",
|
|
|
|
"name": "Daisy",
|
2022-03-10 22:00:40 +00:00
|
|
|
"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",
|
2022-02-25 21:10:11 +00:00
|
|
|
"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
|
|
|
}
|