From 18c69b9e677e22436e3263182b2c52884c54155f Mon Sep 17 00:00:00 2001 From: Markus Deibel Date: Sun, 16 Feb 2020 09:52:06 +0100 Subject: [PATCH] Fixes type and tags for wohrm --- apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 212ece336..cb98281fc 100644 --- a/apps.json +++ b/apps.json @@ -815,7 +815,8 @@ "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,app", + "type": "app", "storage": [ {"name":"+wohrm","url":"wohrm.json"}, {"name":"-wohrm","url":"wohrm.js"},