koel/public/manifest.json.example
2019-11-29 10:42:24 +01:00

14 lines
371 B
Text

{
"name": "Koel",
"start_url": "https://your.koel.host",
"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"
}