2022-11-02 18:42:50 +00:00
{ "id" : "slopeclockpp" ,
"name" : "Slope Clock ++" ,
2024-07-31 16:54:29 +00:00
"version" : "0.11" ,
2022-11-23 10:35:47 +00:00
"description" : "A clock where hours and minutes are divided by a sloping line. When the minute changes, the numbers slide off the screen. This is a clone of the original Slope Clock which shows extra information and allows the colors to be selected." ,
2022-11-02 18:42:50 +00:00
"icon" : "app.png" ,
"screenshots" : [ { "url" : "screenshot.png" } ] ,
"type" : "clock" ,
2023-04-28 08:59:11 +00:00
"tags" : "clock,clkinfo" ,
2022-11-23 10:35:47 +00:00
"supports" : [ "BANGLEJS2" ] ,
2023-01-27 13:33:46 +00:00
"dependencies" : { "clock_info" : "module" } ,
2022-11-23 10:35:47 +00:00
"readme" : "README.md" ,
2022-11-02 18:42:50 +00:00
"storage" : [
{ "name" : "slopeclockpp.app.js" , "url" : "app.js" } ,
2022-11-09 19:29:14 +00:00
{ "name" : "slopeclockpp.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "slopeclockpp.settings.js" , "url" : "settings.js" } ,
{ "name" : "slopeclockpp.default.json" , "url" : "default.json" }
] ,
"data" : [
{ "name" : "slopeclockpp.json" }
]
2022-11-02 18:42:50 +00:00
}