From 23f2a08c5ada0c522d2efd937830dba43cabe9bd Mon Sep 17 00:00:00 2001 From: marko Date: Fri, 8 Apr 2022 13:37:48 -0400 Subject: [PATCH] Add categories 'outdoors' and 'gps' to metadata --- apps/openwind/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openwind/metadata.json b/apps/openwind/metadata.json index e80dcc924..9229f7f25 100644 --- a/apps/openwind/metadata.json +++ b/apps/openwind/metadata.json @@ -5,7 +5,7 @@ "description": "OpenWind", "icon": "openwind.png", "readme": "README.md", - "tags": "ble,sailing", + "tags": "ble,outdoors,gps,sailing", "supports" : ["BANGLEJS", "BANGLEJS2"], "storage": [ {"name":"openwind.app.js","url":"app.js"},