mirror of
https://github.com/koel/koel
synced 2025-02-16 05:18:37 +00:00
fix: add manifest.json.example back
This commit is contained in:
parent
e9fc473afb
commit
c8cc696600
2 changed files with 15 additions and 1 deletions
2
public/.gitignore
vendored
2
public/.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
*
|
||||
!.gitignore
|
||||
!manifest.json
|
||||
!manifest.json.example
|
||||
!browserconfig.xml
|
||||
|
|
14
public/manifest.json.example
Normal file
14
public/manifest.json.example
Normal 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"
|
||||
}
|
Loading…
Add table
Reference in a new issue