Updated manifest for PWA (#133)
Co-authored-by: d513 <ogoniasty513@gmail.com>
This commit is contained in:
parent
3ef096458f
commit
ac459f9ba4
1 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,13 @@
|
|||
{
|
||||
"name": "Prismarine Web Client",
|
||||
"short_name": "Prismarine Web Client",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"icons": [{
|
||||
"src": "favicon.png",
|
||||
"sizes": "512x512"
|
||||
}],
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#ffffff",
|
||||
"display": "fullscreen"
|
||||
"background_color": "#349474",
|
||||
"theme_color": "#349474",
|
||||
"display": "standalone"
|
||||
}
|
Loading…
Reference in a new issue