mirror of https://github.com/espruino/BangleApps
16 lines
405 B
JSON
16 lines
405 B
JSON
|
{
|
||
|
"id": "widviztime",
|
||
|
"name": "Widget Autohide Widget",
|
||
|
"shortName": "Viz Time Widget",
|
||
|
"version": "0.01",
|
||
|
"description": "The widgets will be shown for four seconds after the device is unlocked.",
|
||
|
"icon": "eye.png",
|
||
|
"type": "widget",
|
||
|
"tags": "widget",
|
||
|
"readme":"README.md",
|
||
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"widviztime.wid.js","url":"widget.js"}
|
||
|
]
|
||
|
}
|