Update metadata.json

pull/1988/head
Giles Booth 2022-06-21 23:08:43 +01:00 committed by GitHub
parent 0087614d26
commit 4e13642f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +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",
"version":"0.01",
"description": "Simple clock with classic Mac font",
"type": "clock",
"tags": "clock",
"storage": [
{"name":"macwatch.app.js","url":"app.js"},
{"name":"macwatch.img","url":"app-icon.js","evaluate":true}
]
}