BangleApps/apps/dutchclock/metadata.json

22 lines
655 B
JSON
Raw Normal View History

2024-09-02 22:41:50 +00:00
{
"id": "dutchclock",
"name": "Dutch Clock",
"shortName":"Dutch Clock",
"icon": "app.png",
"version":"0.01",
"description": "A clock that displays the time the way Dutch people would respond when asked what time it is",
"type": "clock",
"tags": "clock,dutch,text",
"supports": ["BANGLEJS", "BANGLEJS2"],
2024-09-02 22:55:10 +00:00
"allow_emulator": true,
2024-09-02 22:41:50 +00:00
"storage": [
{"name":"dutchclock.app.js","url":"app.js"},
{"name":"dutchclock.settings.js","url":"settings.js"},
{"name":"dutchclock.default.json","url":"default.json"},
2024-09-02 22:41:50 +00:00
{"name":"dutchclock.img","url":"app-icon.js","evaluate":true}
],
"data": [
{"name":"dutchclock.json"}
]
2024-09-02 22:55:10 +00:00
}