BangleApps/apps/macwatch2/metadata.json

18 lines
455 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.07",
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
]
}