diff --git a/public/site.webmanifest b/public/site.webmanifest index a1553eb..cc64a63 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -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" }