2022-06-24 10:10:00 +00:00
|
|
|
{ "id": "macwatch2",
|
|
|
|
"name": "MacWatch2",
|
|
|
|
"shortName":"MacWatch2",
|
|
|
|
"icon": "app.png",
|
2022-11-23 14:31:20 +00:00
|
|
|
"version":"0.06",
|
2022-06-24 10:10:00 +00:00
|
|
|
"description": "Classic Mac Finder clock",
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
|
|
"readme": "README.md",
|
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
2022-06-24 15:42:19 +00:00
|
|
|
{"name":"macwatch2.app.js","url":"app.js"},
|
|
|
|
{"name":"macwatch2.img","url":"app-icon.js","evaluate":true}
|
2022-06-24 10:10:00 +00:00
|
|
|
]
|
|
|
|
}
|