mirror of https://github.com/espruino/BangleApps
15 lines
359 B
JSON
15 lines
359 B
JSON
{
|
|
"id": "widviz",
|
|
"name": "Widget Visibility Widget",
|
|
"shortName": "Viz Widget",
|
|
"version": "0.04",
|
|
"description": "Swipe left to hide top bar widgets, swipe right to redisplay.",
|
|
"icon": "eye.png",
|
|
"type": "widget",
|
|
"tags": "widget",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"widviz.wid.js","url":"widget.js"}
|
|
]
|
|
}
|