diff --git a/apps/macwatch/metadata.json b/apps/macwatch/metadata.json index dbf7f70c9..a7ba9eb9b 100644 --- a/apps/macwatch/metadata.json +++ b/apps/macwatch/metadata.json @@ -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} ] +}