koel/public/manifest.json.example

15 lines
364 B
Text
Raw Normal View History

2019-11-29 09:42:19 +00:00
{
"name": "Koel",
"start_url": "https://your.koel.host",
"display": "standalone",
"orientation": "portrait",
"icons": [{
2020-09-12 15:01:48 +00:00
"src": "/img/icon.png",
2019-11-29 09:42:19 +00:00
"sizes": "192x192",
"type": "image/png"
}],
"background_color": "#181818",
"description": "Personal audio streaming service that works.",
"theme_color": "#181818"
}