BangleApps/apps/macwatch/metadata.json

18 lines
470 B
JSON
Raw Normal View History

2022-06-21 21:59:22 +00:00
{ "id": "macwatch",
"name": "MacWatch",
"shortName":"MacWatch",
"icon": "app.png",
"version": "0.02",
2022-06-21 22:08:43 +00:00
"description": "Simple clock with classic Mac font",
"type": "clock",
"tags": "clock",
2022-06-21 22:16:15 +00:00
"supports": ["BANGLEJS2"],
2022-06-22 05:46:20 +00:00
"screenshots": [{"url":"screenshot-dark-date.png"}],
2022-06-22 05:40:26 +00:00
"readme": "README.md",
"allow_emulator": true,
2022-06-21 21:59:22 +00:00
"storage": [
{"name":"macwatch.app.js","url":"app.js"},
{"name":"macwatch.img","url":"app-icon.js","evaluate":true}
]
2022-06-21 22:08:43 +00:00
}