Create metadata.json

pull/1988/head
Giles Booth 2022-06-24 11:10:00 +01:00 committed by GitHub
parent 683f3361d2
commit 082cb20c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{ "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}
]
}