BangleApps/apps/happyclk/metadata.json

26 lines
692 B
JSON
Raw Permalink Normal View History

2023-01-29 14:55:49 +00:00
{
"id": "happyclk",
"name": "Happy Clock",
"shortName":"Happy Clock",
"icon": "happyclk.png",
2024-03-04 21:32:06 +00:00
"version": "0.03",
2023-01-29 14:55:49 +00:00
"readme": "README.md",
"supports": ["BANGLEJS2"],
2023-01-29 16:53:37 +00:00
"description": "A happy clock :)",
2023-01-29 14:55:49 +00:00
"type": "clock",
"tags": "clock",
"screenshots": [
{"url":"screenshot_1.png"},
2023-01-29 21:21:57 +00:00
{"url":"screenshot_2.png"},
2023-01-30 16:38:18 +00:00
{"url":"screenshot_3.png"},
{"url":"screenshot_4.png"},
{"url":"screenshot_5.png"}
2023-01-29 14:55:49 +00:00
],
"storage": [
{"name":"happyclk.app.js","url":"happyclk.app.js"},
2023-01-30 16:38:18 +00:00
{"name":"happyclk.img","url":"happyclk.icon.js","evaluate":true},
{"name":"happyclk.settings.js","url":"happyclk.settings.js"}
],
"data":[{"name":"happyclk.setting.json"}]
2023-01-29 14:55:49 +00:00
}