BangleApps/apps/widdevst/metadata.json

17 lines
480 B
JSON
Raw Permalink Normal View History

2023-02-19 11:53:07 +00:00
{ "id": "widdevst",
"name": "Device Status Widget",
"version": "0.05",
2023-02-19 11:53:07 +00:00
"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"],
2023-02-19 11:53:07 +00:00
"readme": "README.md",
"storage": [
{"name": "widdevst.wid.js", "url": "wid.js"}
],
"data":[
{"name": "widdevst.settings.json"}
2023-02-19 11:53:07 +00:00
]
}