koel/public/manifest-remote.json.example
2019-12-27 20:34:35 +07:00

14 lines
396 B
Text

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