From 3809d418e223b24e8937cf5eb7c847791ca61063 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 1 Jun 2022 01:30:59 +0300 Subject: [PATCH] change PWA orientation to any --- manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.webmanifest b/manifest.webmanifest index 117f294f..1c0f536e 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -1,7 +1,7 @@ { "background_color": "#fff", "display": "standalone", - "orientation": "landscape", + "orientation": "any", "name": "Azgaar's Fantansy Map Generator", "short_name": "Azgaar's Fantansy Map Generator", "description": "Web application generating interactive and highly customizable maps",