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