diff --git a/client/src/manifest.webmanifest b/client/src/manifest.webmanifest index 71190b6..1d92f72 100644 --- a/client/src/manifest.webmanifest +++ b/client/src/manifest.webmanifest @@ -4,6 +4,7 @@ "theme_color": "#1e1e1e", "background_color": "#1e1e1e", "display": "standalone", + "orientation": "portrait", "scope": "./", "start_url": "./", "icons": [ @@ -56,4 +57,4 @@ "purpose": "maskable any" } ] -} +} \ No newline at end of file