mirror of https://github.com/espruino/BangleApps
Update metadata.json
parent
0087614d26
commit
4e13642f68
|
@ -1,13 +1,13 @@
|
||||||
{ "id": "macwatch",
|
{ "id": "macwatch",
|
||||||
"name": "MacWatch",
|
"name": "MacWatch",
|
||||||
"shortName":"MacWatch",
|
"shortName":"MacWatch",
|
||||||
"version":"0.01",
|
|
||||||
"description": "A simple watch using the classic Mac Chicago font",
|
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "",
|
"version":"0.01",
|
||||||
"supports" : ["BANGLEJS2"],
|
"description": "Simple clock with classic Mac font",
|
||||||
"readme": "README.md",
|
"type": "clock",
|
||||||
|
"tags": "clock",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"macwatch.app.js","url":"app.js"},
|
{"name":"macwatch.app.js","url":"app.js"},
|
||||||
{"name":"macwatch.img","url":"app-icon.js","evaluate":true}
|
{"name":"macwatch.img","url":"app-icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue