diff --git a/app/Controllers/WebmanifestController.php b/app/Controllers/WebmanifestController.php
index c001b12d11f3dcdf7067993a8477eeb13923c41a..60bd523ca16fe269e142ef181f83a30baafcaec1 100644
--- a/app/Controllers/WebmanifestController.php
+++ b/app/Controllers/WebmanifestController.php
@@ -57,7 +57,7 @@ class WebmanifestController extends Controller
             'lang' => service('request')
                 ->getLocale(),
             'start_url' => base_url(),
-            'display' => 'minimal-ui',
+            'display' => 'standalone',
             'orientation' => 'portrait',
             'theme_color' => self::THEME_COLORS[service('settings')->get('App.theme')]['theme'],
             'background_color' => self::THEME_COLORS[service('settings')->get('App.theme')]['background'],
@@ -94,7 +94,7 @@ class WebmanifestController extends Controller
             'description' => $podcast->description,
             'lang' => $podcast->language_code,
             'start_url' => $podcast->link,
-            'display' => 'minimal-ui',
+            'display' => 'standalone',
             'orientation' => 'portrait',
             'theme_color' => self::THEME_COLORS[service('settings')->get('App.theme')]['theme'],
             'background_color' => self::THEME_COLORS[service('settings')->get('App.theme')]['background'],