2022-06-11 13:16:18 +00:00
|
|
|
{
|
|
|
|
"id": "hworldclock",
|
|
|
|
"name": "Hanks World Clock",
|
|
|
|
"shortName": "Hanks World Clock",
|
2022-07-01 16:30:26 +00:00
|
|
|
"version": "0.23",
|
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",
|
|
|
|
"storage": [
|
|
|
|
{"name":"hworldclock.app.js","url":"app.js"},
|
|
|
|
{"name":"hworldclock.img","url":"hworldclock-icon.js","evaluate":true},
|
2022-06-16 15:43:30 +00:00
|
|
|
{"name":"hworldclock.settings.js","url":"settings.js"},
|
2022-06-11 13:16:18 +00:00
|
|
|
{"name":"hsuncalc.js","url":"hsuncalc.js"}
|
|
|
|
],
|
2022-06-16 15:43:30 +00:00
|
|
|
"data": [
|
|
|
|
{"name":"hworldclock.settings.json"},
|
2022-06-16 15:47:23 +00:00
|
|
|
{"name":"hworldclock.json"}
|
2022-06-16 15:43:30 +00:00
|
|
|
]
|
2022-06-16 15:47:23 +00:00
|
|
|
}
|