From 13519a29233040ee71b8411ef9a6a92eab9e0236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Aug 2018 16:04:23 +0200 Subject: [PATCH 1/2] templates: don't display as standalone app unless asking so (#25343) --- templates/combo/manifest.json | 2 +- themes.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/combo/manifest.json b/templates/combo/manifest.json index 0bcb509..1fd85fe 100644 --- a/templates/combo/manifest.json +++ b/templates/combo/manifest.json @@ -19,5 +19,5 @@ {% endblock %} {% block extra %} {% endblock %} - "display": "{% firstof pwa_display "standalone" %}" + "display": "{% firstof pwa_display "browser" %}" } diff --git a/themes.json b/themes.json index 2d5135d..5855fa0 100644 --- a/themes.json +++ b/themes.json @@ -135,7 +135,8 @@ "no_extra_js": false, "theme_color": "#DA0D02", "icon_sizes": ["48", "96", "192", "256", "512"], - "icon_prefix": "img/launcher-icon-" + "icon_prefix": "img/launcher-icon-", + "pwa_display": "standalone" } }, {"id": "grandlyon-sau", @@ -532,7 +533,8 @@ "include_top_links": false, "theme_color": "#DC1822", "icon_sizes": ["48", "96", "192", "256", "512"], - "icon_prefix": "img/launcher-icon-" + "icon_prefix": "img/launcher-icon-", + "pwa_display": "standalone" } }, {"id": "tournai", -- 2.18.0