Update metadata.json

master
deirdreobyrne 2022-06-06 23:28:25 +01:00
parent 107dabdb28
commit 60a8d736f2
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"id": "widmp", "id": "widmp",
"name": "Moon Phase Widget", "name": "Moon Phase",
"version": "0.06", "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.", "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", "icon": "widget.png",
@ -10,5 +10,6 @@
"storage": [ "storage": [
{"name":"widmp.wid.js","url":"widget.js"}, {"name":"widmp.wid.js","url":"widget.js"},
{"name":"widmp.settings.js","url":"settings.js"} {"name":"widmp.settings.js","url":"settings.js"}
] ],
"data": [{"name":"widmp.json"}]
} }