mirror of https://github.com/espruino/BangleApps
14 lines
425 B
JSON
14 lines
425 B
JSON
{ "id": "widdevst",
|
|
"name": "Device Status Widget",
|
|
"version": "0.03",
|
|
"description": "Shows power status of Bluetooth, Compass, GPS and Heart Rate Monitor as well as storage and memory usage.",
|
|
"icon": "icon.png",
|
|
"type": "widget",
|
|
"tags": "widget,bluetooth,compass,gps,hrm",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name": "widdevst.wid.js", "url": "wid.js"}
|
|
]
|
|
}
|