mirror of https://github.com/espruino/BangleApps
14 lines
492 B
JSON
14 lines
492 B
JSON
{ "id": "clkinfosec",
|
|
"name": "Secondx Clockinfo",
|
|
"version":"0.01",
|
|
"description": "For clocks that display 'clockinfo' (messages that can be cycled through using the clock_info module) this displays the time in seconds (many clocks only display minutes)",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"type": "clkinfo",
|
|
"tags": "clkinfo,seconds,time",
|
|
"supports" : ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"clkinfosec.clkinfo.js","url":"clkinfo.js"}
|
|
]
|
|
}
|