mirror of https://github.com/espruino/BangleApps
16 lines
514 B
JSON
16 lines
514 B
JSON
{
|
|
"id": "widmp",
|
|
"name": "Moon Phase",
|
|
"version": "0.06",
|
|
"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": [
|
|
{"name":"widmp.wid.js","url":"widget.js"},
|
|
{"name":"widmp.settings.js","url":"settings.js"}
|
|
],
|
|
"data": [{"name":"widmp.json"}]
|
|
}
|