fix: add manifest.json.example back

This commit is contained in:
Phan An 2019-11-29 10:42:19 +01:00
parent e9fc473afb
commit c8cc696600
2 changed files with 15 additions and 1 deletions

2
public/.gitignore vendored
View file

@ -1,4 +1,4 @@
*
!.gitignore
!manifest.json
!manifest.json.example
!browserconfig.xml

View file

@ -0,0 +1,14 @@
{
"name": "Koel",
"start_url": "https://your.koel.host",
"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"
}