BangleApps/apps/widday/metadata.json

16 lines
408 B
JSON
Raw Normal View History

2022-05-26 16:48:07 +00:00
{ "id": "widday",
"name": "Day Widget",
"shortName":"My Timer",
2022-06-06 11:49:31 +00:00
"icon": "widget.png",
2022-06-06 12:07:11 +00:00
"type": "widget",
2022-05-26 16:48:07 +00:00
"version":"0.01",
"description": "Just the day of the current date as widget",
2022-06-06 11:43:08 +00:00
"readme": "README.md",
2022-05-26 16:48:07 +00:00
"tags": "widget,say,date",
2022-05-26 16:58:40 +00:00
"supports": ["BANGLEJS", "BANGLEJS2"],
"screenshots" : [ { "url":"screenshot.png" } ],
2022-05-26 16:48:07 +00:00
"storage": [
2022-06-06 12:00:40 +00:00
{"name":"widday.wid.js","url":"widget.js"}
2022-05-26 16:48:07 +00:00
]
}