mirror of https://github.com/espruino/BangleApps
14 lines
296 B
JSON
14 lines
296 B
JSON
|
{
|
||
|
"id": "widncr",
|
||
|
"name": "NCR Logo Widget",
|
||
|
"version": "0.01",
|
||
|
"description": "Show the NodeConf Remote logo in the top left",
|
||
|
"icon": "widget.png",
|
||
|
"type": "widget",
|
||
|
"tags": "widget",
|
||
|
"supports": ["BANGLEJS"],
|
||
|
"storage": [
|
||
|
{"name":"widncr.wid.js","url":"widget.js"}
|
||
|
]
|
||
|
}
|