2022-06-21 21:59:22 +00:00
|
|
|
{ "id": "macwatch",
|
|
|
|
"name": "MacWatch",
|
|
|
|
"shortName":"MacWatch",
|
|
|
|
"icon": "app.png",
|
2024-03-13 10:56:27 +00:00
|
|
|
"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
|
|
|
}
|