Skip to content

Commit 885adb6

Browse files
committed
Remove obsolete PWA tags and clutter
1 parent 0893f8b commit 885adb6

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

styles/all/template/event/overall_header_head_append.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,9 @@
1-
<!-- Ensure the app can be added to the home screen on iOS -->
21
<meta name="apple-mobile-web-app-capable" content="yes">
3-
4-
<!-- Ensure the app can be added to the home screen on Chrome -->
5-
<meta name="mobile-web-app-capable" content="yes">
6-
7-
<!-- Sets the status bar style when the app is launched from the home screen on iOS -->
8-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
9-
10-
<!-- The name of your app when saved to the iOS home screen -->
112
<meta name="apple-mobile-web-app-title" content="{{ SHORT_SITE_NAME }}">
123

13-
<!-- The name of your app when saved to other browsers and platforms -->
14-
<meta name="application-name" content="{{ SHORT_SITE_NAME }}">
15-
16-
<!-- Link to app's configuration manifest -->
174
<link rel="manifest" href="{{ U_MANIFEST_URL }}" crossorigin="use-credentials">
185

19-
{% if U_TOUCH_ICON %}
20-
<!-- App icon for iOS, a fallback to icons defined in the manifest -->
21-
<link rel="apple-touch-icon" href="{{ ROOT_PATH ~ U_TOUCH_ICON }}">
22-
{% endif %}
6+
{% if U_TOUCH_ICON %}<link rel="apple-touch-icon" href="{{ ROOT_PATH ~ U_TOUCH_ICON }}">{% endif %}
237

248
{% if NOTIFICATIONS_WEBPUSH_ENABLE %}
259
{% include '@phpbb_webpushnotifications/ucp_notifications_webpush.html' %}

0 commit comments

Comments
 (0)