forked from FOSS/BangleApps
18 lines
452 B
JSON
18 lines
452 B
JSON
|
{ "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}
|
||
|
]
|
||
|
}
|