From ae55c2d39fc936cfa1954d44b7f76dc91c21ced3 Mon Sep 17 00:00:00 2001 From: jeffyactive Date: Mon, 22 Nov 2021 20:09:26 -0500 Subject: [PATCH] Allow emulator, specify type as app --- apps.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps.json b/apps.json index 8d90a1d1a..8636f9ba0 100644 --- a/apps.json +++ b/apps.json @@ -4243,8 +4243,10 @@ "version": "0.01", "description": "Emojis & Espruino: broadcast Unicode emojis via Bluetooth Low Energy.", "icon": "emojuino.png", + "type": "app", "tags": "emoji", "supports" : [ "BANGLEJS2" ], + "allow_emulator": true, "readme": "README.md", "storage": [ { "name": "emojuino.app.js", "url": "emojuino.js" },