mirror of
https://github.com/serhii-londar/open-source-mac-os-apps
synced 2024-11-13 23:47:08 +00:00
Added PlayStatus to applications.json (#499)
This commit is contained in:
parent
f06424d13f
commit
8301f4b01c
1 changed files with 17 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue