mirror of https://github.com/espruino/BangleApps
16 lines
401 B
JSON
16 lines
401 B
JSON
{
|
|
"id": "widclkbttm",
|
|
"name": "Digital clock (Bottom) widget",
|
|
"shortName": "Digital clock Bottom Widget",
|
|
"version": "0.03",
|
|
"description": "Displays time in the bottom area.",
|
|
"icon": "widclkbttm.png",
|
|
"type": "widget",
|
|
"tags": "widget",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"widclkbttm.wid.js","url":"widclkbttm.wid.js"}
|
|
]
|
|
}
|