1
0
Fork 0
BangleApps/apps/linuxclock/metadata.json

19 lines
521 B
JSON
Raw Normal View History

2022-09-28 19:12:18 +00:00
{
"id": "linuxclock",
"name": "Linux Clock",
"version": "0.03",
2022-09-28 19:12:18 +00:00
"description": "A Linux inspired clock.",
"readme": "README.md",
"icon": "app.png",
2022-09-29 20:12:50 +00:00
"screenshots": [{"url":"screenshot.png"}, {"url":"screenshot_2.png"}],
2022-09-28 19:12:18 +00:00
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"storage": [
2022-09-28 19:26:07 +00:00
{"name":"linuxclock.app.js","url":"app.js"},
{"name":"linuxclock.img","url":"app-icon.js","evaluate":true},
{"name":"linuxclock.settings.js","url":"settings.js"}
2022-09-28 19:12:18 +00:00
]
}