diff --git a/apps/macwatch/metadata.json b/apps/macwatch/metadata.json new file mode 100644 index 000000000..dbf7f70c9 --- /dev/null +++ b/apps/macwatch/metadata.json @@ -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} + ]