From 1964039eccf80500c2da8c2ce4b5404f7aec8569 Mon Sep 17 00:00:00 2001 From: stweedo <108593831+stweedo@users.noreply.github.com> Date: Mon, 8 May 2023 13:28:27 -0500 Subject: [PATCH] Interface to set color and theme from app loader --- apps/shadowclk/interface.html | 283 ++++++++++++++++++++++++++++++++++ apps/shadowclk/metadata.json | 3 +- 2 files changed, 285 insertions(+), 1 deletion(-) create mode 100644 apps/shadowclk/interface.html diff --git a/apps/shadowclk/interface.html b/apps/shadowclk/interface.html new file mode 100644 index 000000000..7c4692aed --- /dev/null +++ b/apps/shadowclk/interface.html @@ -0,0 +1,283 @@ + + + + + + + + + 3-Bit Color Picker + + + + + +
+

3-Bit Color Picker

+
+ +
+ +
+ +
+ + +
+ + + + \ No newline at end of file diff --git a/apps/shadowclk/metadata.json b/apps/shadowclk/metadata.json index b07e663ad..e1debfb6d 100644 --- a/apps/shadowclk/metadata.json +++ b/apps/shadowclk/metadata.json @@ -13,6 +13,7 @@ "tags": "clock", "supports": ["BANGLEJS", "BANGLEJS2"], "readme": "README.md", + "interface": "interface.html", "allow_emulator": true, "storage": [{ "name": "shadowclk.app.js", @@ -31,4 +32,4 @@ "data": [{ "name": "shadowclk.json" }] -} +} \ No newline at end of file