From f3de553707e1496d7d58d8b1413cbcbf5b6c8a87 Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.comā©> Date: Mon, 6 May 2024 19:58:15 +0200 Subject: [PATCH] twenties: add "health" tag --- apps/twenties/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/twenties/metadata.json b/apps/twenties/metadata.json index b1dfe2134..dcbe0b565 100644 --- a/apps/twenties/metadata.json +++ b/apps/twenties/metadata.json @@ -6,7 +6,7 @@ "description": "Buzzes every 20m to stand / sit and look 20ft away for 20s.", "icon": "app.png", "type": "bootloader", - "tags": "alarm,tool", + "tags": "alarm,tool,health", "supports": ["BANGLEJS", "BANGLEJS2"], "readme": "README.md", "storage": [{ "name": "twenties.boot.js", "url": "boot.js" }]