BangleApps/apps/bigdclock/metadata.json

18 lines
703 B
JSON
Raw Normal View History

2022-06-05 16:56:06 +00:00
{ "id": "bigdclock",
"name": "Big digit clock containing just the essentials",
2022-06-06 20:36:09 +00:00
"shortName":"Big digit clk",
"version": "0.08",
2022-06-05 16:56:06 +00:00
"description": "A clock containing just the essentials, made as easy to read as possible for those of us that need glasses. It contains the time, the day-of-week, the day-of-month, and the current battery state-of-charge.",
"icon": "bigdclock.png",
"type": "clock",
"tags": "clock",
"allow_emulator":true,
"supports" : ["BANGLEJS2"],
2022-06-05 18:53:03 +00:00
"readme": "README.md",
2022-06-05 16:56:06 +00:00
"screenshots": [ { "url":"screenshot.png" } ],
"storage": [
{"name":"bigdclock.app.js","url":"bigdclock.app.js"},
{"name":"bigdclock.img","url":"bigdclock.icon.js","evaluate":true}
2022-06-06 21:19:24 +00:00
]
2022-06-05 16:56:06 +00:00
}