2024-06-29 16:05:14 +00:00
{ "id" : "ashadyclock" ,
"name" : "A Shady Clock" ,
"shortName" : "Shady Clk" ,
"icon" : "app.png" ,
"version" : "0.01" ,
2024-06-30 20:31:38 +00:00
"description" : "A nice clock with drop shadow. Hours and minutes. Configure color and widgets in settings. Create any color combination with the existing images by changing only the app color values." ,
2024-06-29 16:05:14 +00:00
"type" : "clock" ,
"tags" : "clock" ,
2024-06-30 20:30:40 +00:00
"screenshots" : [ { "url" : "screenshot-1.png" } , { "url" : "screenshot.png" } ] ,
2024-06-29 16:05:14 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2024-06-29 15:56:20 +00:00
"storage" : [
2024-06-29 16:05:14 +00:00
{ "name" : "ashadyclock.app.js" , "url" : "app.js" } ,
{ "name" : "ashadyclock.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "ashadyclock.0.bin" , "url" : "0.bin" } ,
{ "name" : "ashadyclock.1.bin" , "url" : "1.bin" } ,
{ "name" : "ashadyclock.2.bin" , "url" : "2.bin" } ,
{ "name" : "ashadyclock.3.bin" , "url" : "3.bin" } ,
{ "name" : "ashadyclock.4.bin" , "url" : "4.bin" } ,
{ "name" : "ashadyclock.5.bin" , "url" : "5.bin" } ,
{ "name" : "ashadyclock.6.bin" , "url" : "6.bin" } ,
{ "name" : "ashadyclock.7.bin" , "url" : "7.bin" } ,
{ "name" : "ashadyclock.8.bin" , "url" : "8.bin" } ,
2024-06-30 19:57:58 +00:00
{ "name" : "ashadyclock.9.bin" , "url" : "9.bin" } ,
2024-06-30 20:01:47 +00:00
{ "name" : "ashadyclock.settings.js" , "url" : "settings.js" }
2024-06-30 19:57:58 +00:00
] ,
2024-06-30 19:59:59 +00:00
"data" : [ { "name" : "ashadyclock.json" } ]
2024-06-29 15:56:20 +00:00
}