koel/public/manifest.json
2019-03-17 12:13:58 +01:00

14 lines
350 B
JSON

{
"name": "Koel",
"start_url": "/",
"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"
}