mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
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 <serhii.londar@gmail.com>
This commit is contained in:
parent
51a9da437d
commit
b2328cf545
1 changed files with 18 additions and 1 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue