2022-06-11 13:16:18 +00:00
|
|
|
{
|
|
|
|
"id": "hworldclock",
|
|
|
|
"name": "Hanks World Clock",
|
|
|
|
"shortName": "Hanks World Clock",
|
2024-10-28 11:47:52 +00:00
|
|
|
"version": "0.37",
|
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",
|
2023-11-30 09:05:20 +00:00
|
|
|
"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},
|
2022-12-09 09:49:33 +00:00
|
|
|
{"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"},
|
2022-12-14 10:14:56 +00:00
|
|
|
{"name":"hworldclock.json"}
|
2022-06-16 15:43:30 +00:00
|
|
|
]
|
2022-12-09 09:49:33 +00:00
|
|
|
}
|