modified webmanifest

This commit is contained in:
supertiger1234 2019-11-22 14:21:28 +00:00
parent ee35d23f27
commit fc1e61269e

View file

@ -1,6 +1,7 @@
{
"name": "",
"short_name": "",
"name": "Nertivia",
"short_name": "Nertivia",
"start_url": ".",
"icons": [
{
"src": "/android-chrome-192x192.png",
@ -13,7 +14,7 @@
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"theme_color": "#0b4155",
"background_color": "#0b4155",
"display": "standalone"
}