From 45b8944f91e43fadb15752fd2144d847c77ea076 Mon Sep 17 00:00:00 2001 From: Bill Farmer Date: Thu, 16 Apr 2020 23:35:02 +0100 Subject: [PATCH] Add tuner app (#534) --- applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications.json b/applications.json index 83887c8..0f3e1aa 100644 --- a/applications.json +++ b/applications.json @@ -7735,5 +7735,23 @@ "python" ] } + { + "short_description": "Musical Instrument Tuner", + "categories": [ + "audio" + ], + "repo_url": "https://github.com/billthefarmer/ctuner", + "title": "Tuner", + "icon_url": "https://github.com/billthefarmer/ctuner/raw/master/swift/Tuner.png", + "screenshots": [ + "https://github.com/billthefarmer/billthefarmer.github.io/raw/master/images/ctuner/Tuner-swift.png", + "https://github.com/billthefarmer/billthefarmer.github.io/raw/master/images/ctuner/Tuner-preferences.png", + "https://github.com/billthefarmer/billthefarmer.github.io/raw/master/images/ctuner/Note-filter.png" + ], + "official_site": "https://billthefarmer.github.io/ctuner", + "languages": [ + "swift" + ] + } ] }