BangleApps/apps/a_clock_timer/metadata.json

20 lines
571 B
JSON
Raw Permalink Normal View History

{
"id": "a_clock_timer",
"name": "A Clock with Timer",
2024-03-04 21:32:06 +00:00
"version": "1.01",
"description": "A Clock with Timer, Map and Time Zones",
"icon": "app.png",
2023-01-06 17:19:16 +00:00
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot-1.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"readme": "README.md",
"custom": "custom.html",
"storage": [
{"name":"a_clock_timer.app.js","url":"app.js"},
{"name":"a_clock_timer.img","url":"app-icon.js","evaluate":true}
],
"data": [{"name":"a_clock_timer.settings.json"}]
2023-01-06 17:19:16 +00:00
}