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" } ,
2022-04-02 13:56:54 +00:00
"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" ,
2022-02-25 21:10:11 +00:00
"type" : "clock" ,
2022-02-21 22:38:47 +00:00
"tags" : "clock" ,
"supports" : [ "BANGLEJS2" ] ,
2022-04-02 13:43:10 +00:00
"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
}