1
0
Fork 0
BangleApps/apps/widdevst/metadata.json

17 lines
480 B
JSON

{ "id": "widdevst",
"name": "Device Status Widget",
"version": "0.05",
"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"}
],
"data":[
{"name": "widdevst.settings.json"}
]
}