From c9f42fda27c2eea8682c3728849bd6e628969b92 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Tue, 5 Oct 2021 14:58:21 +0100 Subject: [PATCH] emulator --- apps.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps.json b/apps.json index 83690cf3e..a7577945e 100644 --- a/apps.json +++ b/apps.json @@ -3524,6 +3524,7 @@ "description": "A simple clock using the bold Anton font.", "tags":"clock,b2", "type":"clock", + "allow_emulator":true, "storage": [ {"name":"antonclk.app.js","url":"app.js"}, {"name":"antonclk.img","url":"app-icon.js","evaluate":true} @@ -3536,6 +3537,7 @@ "description": "A clock using a wave image by [Lillith May](https://www.instagram.com/_lilustrations_/). **Note: This requires a bugfix for #2049 on Bangle.js 1**", "tags":"clock,b2", "type":"clock", + "allow_emulator":true, "storage": [ {"name":"waveclk.app.js","url":"app.js"}, {"name":"waveclk.img","url":"app-icon.js","evaluate":true}