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

18 lines
452 B
JSON
Raw Normal View History

2022-06-24 10:10:00 +00:00
{ "id": "macwatch2",
"name": "MacWatch2",
"shortName":"MacWatch2",
"icon": "app.png",
"version":"0.01",
"description": "Classic Mac Finder clock",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"screenshots": [{"url":"screenshot.png"}],
"readme": "README.md",
"allow_emulator": true,
"storage": [
{"name":"macwatch.app.js","url":"app.js"},
{"name":"macwatch.img","url":"app-icon.js","evaluate":true}
]
}