BangleApps/apps/hworldclock/metadata.json

26 lines
739 B
JSON
Raw Normal View History

2022-06-11 13:16:18 +00:00
{
"id": "hworldclock",
"name": "Hanks World Clock",
"shortName": "Hanks World Clock",
2022-12-18 10:07:22 +00:00
"version": "0.32",
2022-06-11 13:16:18 +00:00
"description": "Current time zone plus up to three others",
"allow_emulator":true,
"icon": "app.png",
"screenshots": [{"url":"screenshot_hworld.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"custom": "custom.html",
"dependencies": {"mylocation":"app"},
2022-06-11 13:16:18 +00:00
"storage": [
{"name":"hworldclock.app.js","url":"app.js"},
{"name":"hworldclock.img","url":"hworldclock-icon.js","evaluate":true},
{"name":"hworldclock.settings.js","url":"settings.js"}
2022-06-11 13:16:18 +00:00
],
2022-06-16 15:43:30 +00:00
"data": [
{"name":"hworldclock.settings.json"},
{"name":"hworldclock.json"}
2022-06-16 15:43:30 +00:00
]
}