BangleApps/apps/slopeclockbig/metadata.json

22 lines
863 B
JSON

{ "id": "slopeclockbig",
"name": "Slope Clock BIG",
"version":"0.5",
"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.",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],
"type": "clock",
"tags": "clock,clkinfo",
"supports" : ["BANGLEJS2"],
"dependencies" : { "clock_info":"module" },
"readme": "README.md",
"storage": [
{"name":"slopeclockbig.app.js","url":"app.js"},
{"name":"slopeclockbig.img","url":"app-icon.js","evaluate":true},
{"name":"slopeclockbig.settings.js","url":"settings.js"},
{"name":"slopeclockbig.default.json","url":"default.json"}
],
"data": [
{"name":"slopeclockbig.json"}
]
}