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