mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
14 lines
350 B
JSON
14 lines
350 B
JSON
{
|
|
"name": "Koel",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"icons": [{
|
|
"src": "/public/img/icon.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
}],
|
|
"background_color": "#181818",
|
|
"description": "Personal audio streaming service that works.",
|
|
"theme_color": "#181818"
|
|
}
|