mirror of https://github.com/espruino/BangleApps
16 lines
440 B
JSON
16 lines
440 B
JSON
|
{ "id": "widmeda",
|
||
|
"name": "Medical Alert Widget",
|
||
|
"shortName":"Medical Alert",
|
||
|
"version":"0.01",
|
||
|
"description": "Display a medical alert in the bottom widget section.",
|
||
|
"icon": "widget.png",
|
||
|
"type": "widget",
|
||
|
"tags": "health,medical,tools,widget",
|
||
|
"supports" : ["BANGLEJS2"],
|
||
|
"readme": "README.md",
|
||
|
"screenshots": [{"url":"screenshot_light.png"}],
|
||
|
"storage": [
|
||
|
{"name":"widmeda.wid.js","url":"widget.js"}
|
||
|
]
|
||
|
}
|