From c83663d01e4d0506264c5148a5970c2227f43dab Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 28 Jun 2021 19:06:40 +0700 Subject: [PATCH] Add Plug (#655) * Add Plug * Update applications.json --- applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/applications.json b/applications.json index 579862c..61fc348 100644 --- a/applications.json +++ b/applications.json @@ -8556,6 +8556,25 @@ "languages": [ "swift" ] + }, + { + "short_description": "Discover and listen to music from Hype Machine.", + "categories": [ + "music", + "audio", + "player", + "streaming" + ], + "repo_url": "https://github.com/wulkano/Plug", + "title": "Plug", + "icon_url": "https://github.com/wulkano/Plug/raw/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Plug/Images.xcassets/AppIcon.appiconset/256.png", + "screenshots": [ + "https://github.com/wulkano/Plug/raw/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Media/screenshot.jpg" + ], + "official_site": "https://plugformac.com", + "languages": [ + "swift" + ] } ] }