From 8301f4b01ce63fbd404e6cc5fcec6a247ac5db51 Mon Sep 17 00:00:00 2001 From: Nikhil Bolar <45484873+nbolar@users.noreply.github.com> Date: Tue, 7 Jan 2020 11:20:50 +0300 Subject: [PATCH] Added PlayStatus to applications.json (#499) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 454f60f..e967d99 100644 --- a/applications.json +++ b/applications.json @@ -1,6 +1,23 @@ { "applications": [ { + "short_description": "PlayStatus is a macOS app that allows the control of Spotify and iTunes music playback from the menu bar.", + "categories": [ + "audio", + "music", + "menubar", + "utilities" + ], + "repo_url": "https://github.com/nbolar/PlayStatus", + "title": "PlayStatus", + "icon_url": "https://user-images.githubusercontent.com/45484873/56880861-09cb3980-6a67-11e9-9d45-037a9165b212.png", + "screenshots": [ + "https://user-images.githubusercontent.com/45484873/60389024-ece0d000-9ac2-11e9-8dbc-2376e905887f.gif" + ], + "languages": [ + "swift" + ] + }, "short_description": "Music Bar is macOS application that places music controls right in your menu bar.", "categories": [ "audio",