koel/public/manifest-remote.json.example
2020-09-12 17:14:34 +02:00

14 lines
389 B
Text

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