From a80c00dc8fc5013bec7dadcaf83e16d794a79d92 Mon Sep 17 00:00:00 2001 From: shansou504 <123512155+shansou504@users.noreply.github.com> Date: Fri, 8 Dec 2023 11:47:24 -0500 Subject: [PATCH] Create metadata.json --- apps/binaryclk/metadata.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 apps/binaryclk/metadata.json diff --git a/apps/binaryclk/metadata.json b/apps/binaryclk/metadata.json new file mode 100644 index 000000000..89bba6211 --- /dev/null +++ b/apps/binaryclk/metadata.json @@ -0,0 +1,16 @@ +{ + "id": "binaryclk", + "name": "Bin Clock", + "version": "0.01", + "description": "Clock face to binary time in 24 hr format", + "icon": "binaryclk.png", + "screenshots": [{"url":"screenshot.png"}], + "type": "clock", + "tags": "clock", + "supports": ["BANGLEJS2"], + "allow_emulator": true, + "storage": [ + {"name":"binaryclk.app.js","url":"app.js"}, + {"name":"binaryclk.img","url":"app-icon.js","evaluate":true} + ] +}