Updated manifest for PWA (#133)

Co-authored-by: d513 <ogoniasty513@gmail.com>
This commit is contained in:
dada513 2021-03-21 20:58:26 +01:00 committed by GitHub
parent 3ef096458f
commit ac459f9ba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
} }