From 4b925b7fea4c33179745c68250db268f2576c5e1 Mon Sep 17 00:00:00 2001 From: PastaRhythm <83084413+PastaRhythm@users.noreply.github.com> Date: Sun, 27 Aug 2023 11:50:22 -0400 Subject: [PATCH] Actually fix metadata.json After trying multiple things, I think this will fix the tags. --- apps/bblobface/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bblobface/metadata.json b/apps/bblobface/metadata.json index c9e4acca64..51b5b81f53 100644 --- a/apps/bblobface/metadata.json +++ b/apps/bblobface/metadata.json @@ -5,7 +5,7 @@ "version": "1.00", "description": "A fully featured watch face with a playable game on the side.", "type": "clock", - "tags": ["clock", "game"], + "tags": "clock, game", "supports" : ["BANGLEJS2"], "storage": [ {"name":"bblobface.app.js","url":"app.js"},