From: Peter Date: Fri, 8 Sep 2023 17:55:38 +0000 (+0200) Subject: Change PWA Manifest to use Standalone Display (#4129) X-Git-Tag: v2.0.0-beta.1~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3205bb3bdfdcfa8ce141a3eb21d8163ef24cb686;p=thirdparty%2Fpaperless-ngx.git Change PWA Manifest to use Standalone Display (#4129) --- diff --git a/src-ui/src/manifest.webmanifest b/src-ui/src/manifest.webmanifest index 700365e285..4a31324540 100644 --- a/src-ui/src/manifest.webmanifest +++ b/src-ui/src/manifest.webmanifest @@ -1,7 +1,7 @@ { "background_color": "white", "description": "A supercharged version of paperless: scan, index and archive all your physical documents", - "display": "fullscreen", + "display": "standalone", "icons": [ { "src": "favicon.ico",