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

18 lines
517 B
JSON
Raw Normal View History

{
"id": "berlinc",
"name": "Berlin Clock",
2023-01-09 17:58:09 +00:00
"version": "0.06",
"description": "Berlin Clock (see https://en.wikipedia.org/wiki/Mengenlehreuhr)",
"icon": "berlin-clock.png",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"allow_emulator": true,
"screenshots": [{"url":"berlin-clock-screenshot.png"}],
"storage": [
{"name":"berlinc.app.js","url":"berlin-clock.js"},
{"name":"berlinc.img","url":"berlin-clock-icon.js","evaluate":true}
]
}