From 2436c2e7d439421c0cde3bb1502d7f2f5b106c9b Mon Sep 17 00:00:00 2001 From: bengwalker <63957296+bengwalker@users.noreply.github.com> Date: Tue, 28 Apr 2020 09:22:30 +0200 Subject: [PATCH] Update apps.json Add a link to README.md for metronome-app --- apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps.json b/apps.json index 641c7b340..7eb64929c 100644 --- a/apps.json +++ b/apps.json @@ -1404,6 +1404,7 @@ "name": "Metronome", "icon": "metronome_icon.png", "version": "0.03", + "readme": "README.md", "description": "Makes the watch blinking and vibrating with a given rate", "tags": "tool", "allow_emulator": true,