From cb03f2837cbc53040bc392a0024fde4ba5a0fbea Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Mon, 8 May 2023 22:31:13 +0100 Subject: [PATCH] widhid: fix type, add music tag --- apps/widhid/metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/widhid/metadata.json b/apps/widhid/metadata.json index 4ad6e17d1..10e75fadc 100644 --- a/apps/widhid/metadata.json +++ b/apps/widhid/metadata.json @@ -6,7 +6,8 @@ "description": "Based on Swipe Bluetooth Music Controls (based on Bluetooth Music Controls). Swipe down to enable, then swipe up/down for volume, left/right for previous and next and tap for play/pause. Enable HID in settings, pair with your phone/computer, then use this widget to control music from your watch!", "icon": "icon.png", "readme": "README.md", - "tags": "widget,bluetooth", + "type": "widget", + "tags": "widget,bluetooth,music", "supports": ["BANGLEJS2"], "storage": [ {"name":"widhid.wid.js","url":"wid.js"},