Create metadata.json

pull/1988/head
Giles Booth 2022-06-21 22:59:22 +01:00 committed by GitHub
parent cba65bc50e
commit 7edbb8709c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{ "id": "macwatch",
"name": "MacWatch",
"shortName":"MacWatch",
"version":"0.01",
"description": "A simple watch using the classic Mac Chicago font",
"icon": "app.png",
"tags": "",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"macwatch.app.js","url":"app.js"},
{"name":"macwatch.img","url":"app-icon.js","evaluate":true}
]