diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index 983a738ea7025..3834ddeafa47f 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -481,7 +481,7 @@ public function getManifest(string $app): JSONResponse { 'sizes' => '16x16' ] ], - 'display' => 'standalone' + 'display' => 'minimal-ui' ]; $response = new JSONResponse($responseJS); $response->cacheFor(3600); diff --git a/apps/theming/tests/Controller/ThemingControllerTest.php b/apps/theming/tests/Controller/ThemingControllerTest.php index 3c283fcb697ab..7e44dca7ee1aa 100644 --- a/apps/theming/tests/Controller/ThemingControllerTest.php +++ b/apps/theming/tests/Controller/ThemingControllerTest.php @@ -750,7 +750,7 @@ public function testGetManifest(): void { 'sizes' => '16x16' ] ], - 'display' => 'standalone', + 'display' => 'minimal-ui', 'short_name' => 'Nextcloud', 'theme_color' => null, 'background_color' => null, diff --git a/core/img/manifest.json b/core/img/manifest.json index 04e77df7a59e1..c67a8e120af2f 100644 --- a/core/img/manifest.json +++ b/core/img/manifest.json @@ -10,5 +10,5 @@ "type": "image/svg+xml", "sizes": "16x16" }], - "display": "standalone" + "display": "minimal-ui" }