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",
|
"name": "Prismarine Web Client",
|
||||||
"short_name": "Prismarine Web Client",
|
"short_name": "Prismarine Web Client",
|
||||||
|
"scope": "/",
|
||||||
|
"start_url": "/",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
"src": "favicon.png",
|
"src": "favicon.png",
|
||||||
"sizes": "512x512"
|
"sizes": "512x512"
|
||||||
}],
|
}],
|
||||||
"background_color": "#ffffff",
|
"background_color": "#349474",
|
||||||
"theme_color": "#ffffff",
|
"theme_color": "#349474",
|
||||||
"display": "fullscreen"
|
"display": "standalone"
|
||||||
}
|
}
|
Loading…
Reference in a new issue