From 7edbb8709ccd8eadbf78ebd708372df31d9d04eb Mon Sep 17 00:00:00 2001 From: Giles Booth Date: Tue, 21 Jun 2022 22:59:22 +0100 Subject: [PATCH] Create metadata.json --- apps/macwatch/metadata.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps/macwatch/metadata.json 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} + ]