From 7386330f599165378a1a0a9251f58e56c8ee9a64 Mon Sep 17 00:00:00 2001 From: Markus Deibel Date: Sun, 16 Feb 2020 09:56:01 +0100 Subject: [PATCH] Allow running in the emulator for wohrm --- apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index cb98281fc..ca784bd37 100644 --- a/apps.json +++ b/apps.json @@ -815,8 +815,9 @@ "icon": "wohrm.png", "version":"0.01", "description": "Workout heart rate monitor notifies you with a buzz if your heart rate goes above or below the set limits.", - "tags": "hrm,workout,app", + "tags": "hrm,workout", "type": "app", + "allow_emulator":true, "storage": [ {"name":"+wohrm","url":"wohrm.json"}, {"name":"-wohrm","url":"wohrm.js"},