mirror of https://github.com/espruino/BangleApps
16 lines
444 B
JSON
16 lines
444 B
JSON
|
{
|
||
|
"id": "widsleepstatus",
|
||
|
"name": "Sleep Status Widget",
|
||
|
"version": "0.01",
|
||
|
"description": "Shows current status of sleep from sleeplog app.",
|
||
|
"icon": "widget.png",
|
||
|
"type": "widget",
|
||
|
"tags": "widget,sleep",
|
||
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"widsleepstatus.wid.js","url":"widget.js"},
|
||
|
{"name":"widsleepstatus.settings.js","url":"settings.js"}
|
||
|
],
|
||
|
"data": [{"name":"widsleepstatus.json"}]
|
||
|
}
|