BangleApps/apps/worldclock/metadata.json

20 lines
570 B
JSON
Raw Normal View History

{
"id": "worldclock",
"name": "World Clock - 4 time zones",
"shortName": "World Clock",
2024-03-04 21:32:06 +00:00
"version": "0.06",
"description": "Current time zone plus up to four others",
"icon": "app.png",
"screenshots": [{"url":"screenshot_world.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"custom": "custom.html",
"storage": [
{"name":"worldclock.app.js","url":"app.js"},
{"name":"worldclock.img","url":"worldclock-icon.js","evaluate":true}
],
"data": [{"name":"worldclock.settings.json"}]
}