mirror of https://github.com/espruino/BangleApps
15 lines
353 B
JSON
15 lines
353 B
JSON
|
{
|
||
|
"id": "widcom",
|
||
|
"name": "Compass Widget",
|
||
|
"version": "0.02",
|
||
|
"description": "Tiny widget to show the power on/off status of the Compass",
|
||
|
"icon": "widget.png",
|
||
|
"type": "widget",
|
||
|
"tags": "widget,compass",
|
||
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||
|
"readme": "README.md",
|
||
|
"storage": [
|
||
|
{"name":"widcom.wid.js","url":"widget.js"}
|
||
|
]
|
||
|
}
|