From b2328cf54533dd5406cc242d2a7ad885695c03c1 Mon Sep 17 00:00:00 2001 From: Brandon Jones Date: Fri, 7 Aug 2020 08:45:33 -0400 Subject: [PATCH] Add Karaoke Forever (#573) * Add Karaoke Forever (also removed a trailing comma that made the JSON technically invalid) * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 8f0d8c4..f93f4c7 100644 --- a/applications.json +++ b/applications.json @@ -7945,7 +7945,7 @@ "icon_url": "https://github.com/maoyama/GitBlamePR/blob/master/GitBlamePR/Assets.xcassets/AppIcon.appiconset/gitblamepr1024.png", "screenshots": [ "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c1.gif", - "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c2.gif", + "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c2.gif" ], "official_site": "", "languages": [ @@ -7970,6 +7970,23 @@ "security", "terminal" ] + }, + { + "repo_url" : "https://github.com/bhj/karaoke-forever", + "official_site" : "https://www.karaoke-forever.com", + "title" : "Karaoke Forever", + "icon_url": "https://github.com/bhj/karaoke-forever/blob/master/assets/app.png?raw=true", + "screenshots" : [ + "https://github.com/bhj/karaoke-forever/blob/master/docs/assets/images/README.jpg?raw=true" + ], + "short_description" : "Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations.", + "languages" : [ + "javascript" + ], + "categories" : [ + "audio", + "music" + ] } ] }