BangleApps/apps/widmnth/metadata.json

15 lines
427 B
JSON
Raw Normal View History

2022-03-09 03:45:19 +00:00
{ "id": "widmnth",
"name": "Days left in month widget",
"shortName":"Month Countdown",
"version": "0.02",
2022-03-09 03:45:19 +00:00
"description": "A simple widget that displays the number of days left in the month.",
"icon": "widget.png",
"type": "widget",
"tags": "widget,date,time,countdown,month",
"supports" : ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"widmnth.wid.js","url":"widget.js"}
]
}