koel/public/manifest.json
2019-03-13 08:27:52 +01:00

14 lines
351 B
JSON

{
"name": "Koel",
"start_url": "/",
"display": "standalone",
"orientation": "landscape",
"icons": [{
"src": "/public/img/icon.png",
"sizes": "192x192",
"type": "image/png"
}],
"background_color": "#181818",
"description": "Personal audio streaming service that works.",
"theme_color": "#181818"
}