mirror of https://github.com/espruino/BangleApps
15 lines
356 B
JSON
15 lines
356 B
JSON
{
|
|
"id": "rndmclk",
|
|
"name": "Random Clock Loader",
|
|
"version": "0.04",
|
|
"description": "Load a different clock whenever the LCD is switched on.",
|
|
"icon": "rndmclk.png",
|
|
"type": "widget",
|
|
"tags": "widget,clock",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"rndmclk.wid.js","url":"widget.js"}
|
|
]
|
|
}
|