BangleApps/apps/mixdiganclock/metadata.json

18 lines
678 B
JSON
Raw Normal View History

2022-12-21 15:42:48 +00:00
{
"id": "mixdiganclock",
"name": "Mix Dig&Anal Clock",
"version": "0.05",
"description": "A dual Analog, Digital Clock, that gives the user the power to improve the aspect on realtime. Too much sun and/or polarized sunglasses? Not be a problem anymore to see the time. Originally based in Mixed Clock ",
2022-12-21 15:42:48 +00:00
"icon": "mixdiganclock.png",
"type": "clock",
"tags": "clock",
2023-01-24 13:09:29 +00:00
"screenshots": [{"url":"ss_mixdigan_ems.png"}],
"supports": ["BANGLEJS","BANGLEJS2"],
2022-12-23 14:44:15 +00:00
"readme": "README.md",
2022-12-21 15:42:48 +00:00
"allow_emulator": true,
"storage": [
2022-12-23 12:18:05 +00:00
{"name":"mixdiganclock.app.js","url":"mixdiganclock.app.js"},
2022-12-21 15:42:48 +00:00
{"name":"mixdiganclock.img","url":"app-icon.js","evaluate":true}
]
}