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" ,
2024-03-16 16:12:43 +00:00
"version" : "0.06" ,
"description" : "An over-engineered clock inspired by Casio watches. It has current temperature, a timer using swipe and a scratchpad. Can be updated using a dedicated 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-24 10:38:19 +00:00
{ "url" : "screenshot-clock-1.jpg" } ,
{ "url" : "screenshot-clock-2.jpg" } ,
{ "url" : "screenshot-clock-3.jpg" } ,
2022-06-23 17:26:01 +00:00
{ "url" : "screenshot-webapp.jpg" }
2022-06-23 17:22:28 +00:00
] ,
2022-11-23 14:31:20 +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
]
}