BangleApps/apps/widmp/metadata.json

16 lines
514 B
JSON
Raw Normal View History

{
"id": "widmp",
2022-06-06 22:28:25 +00:00
"name": "Moon Phase",
2022-07-02 12:05:17 +00:00
"version": "0.08",
2022-06-06 16:53:15 +00:00
"description": "Display the current moon phase in blueish (in light mode) or white (in dark mode) for both hemispheres. In the southern hemisphere the 'My Location' app is needed.",
"icon": "widget.png",
"type": "widget",
"tags": "widget,tools",
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
2022-06-06 22:18:18 +00:00
{"name":"widmp.wid.js","url":"widget.js"},
{"name":"widmp.settings.js","url":"settings.js"}
2022-06-06 22:28:25 +00:00
],
"data": [{"name":"widmp.json"}]
}