2022-06-23 17:02:59 +00:00
{ "id" : "advcasio" ,
2022-06-23 16:58:18 +00:00
"name" : "Advanced Casio Clock" ,
2022-06-23 17:02:59 +00:00
"shortName" : "advcasio" ,
2022-06-23 16:58:18 +00:00
"version" : "0.01" ,
2022-06-23 17:48:29 +00:00
"description" : "An over-engineered clock inspired by Casio watches. It has a 4 days weather, a timer using swipe and a scratchpad. Can be updated using a webapp" ,
2022-06-23 16:58:18 +00:00
"icon" : "app.png" ,
2022-06-23 17:22:28 +00:00
"tags" : "clock" ,
2022-06-23 17:44:22 +00:00
"type" : "clock" ,
2022-06-23 17:22:28 +00:00
"screenshots" : [
2022-06-23 17:26:01 +00:00
{ "url" : "screenshot-clock.jpg" } ,
{ "url" : "screenshot-webapp.jpg" }
2022-06-23 17:22:28 +00:00
] ,
2022-06-23 17:26:01 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2022-06-23 16:58:18 +00:00
"readme" : "README.md" ,
2022-06-23 17:22:28 +00:00
"allow_emulator" : true ,
2022-06-23 16:58:18 +00:00
"storage" : [
2022-06-23 17:29:15 +00:00
{ "name" : "advcasio.app.js" , "url" : "app.js" } ,
{ "name" : "advcasio.img" , "url" : "app-icon.js" , "evaluate" : true }
2022-06-23 16:58:18 +00:00
]
}