koel/public/manifest.json

15 lines
350 B
JSON
Raw Normal View History

2016-01-05 11:17:00 +00:00
{
"name": "Koel",
"start_url": "/",
"display": "standalone",
2019-03-17 11:13:50 +00:00
"orientation": "portrait",
2016-12-10 09:34:31 +00:00
"icons": [{
"src": "/public/img/icon.png",
"sizes": "192x192",
"type": "image/png"
}],
"background_color": "#181818",
"description": "Personal audio streaming service that works.",
"theme_color": "#181818"
2016-01-05 11:17:00 +00:00
}