File tree Expand file tree Collapse file tree
styles/all/template/event Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!-- Ensure the app can be added to the home screen on iOS -->
12< meta name ="apple-mobile-web-app-capable " content ="yes ">
3+
4+ <!-- Ensure the app can be added to the home screen on Chrome -->
25< 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 -->
38< 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 -->
11+ < meta name ="apple-mobile-web-app-title " content ="{{ SHORT_SITE_NAME }} ">
12+
13+ <!-- The name of your app when saved to other browsers and platforms -->
414< meta name ="application-name " content ="{{ SHORT_SITE_NAME }} ">
15+
16+ <!-- Link to app's configuration manifest -->
517< link rel ="manifest " href ="{{ U_MANIFEST_URL }} ">
18+
19+ <!-- App icon for iOS, a fallback to icons defined in the manifest -->
620{% if U_TOUCH_ICON %}< link rel ="apple-touch-icon " href ="{{ T_ICONS_PATH ~ U_TOUCH_ICON }} "> {% endif %}
721
822{% if NOTIFICATIONS_WEBPUSH_ENABLE %}
You can’t perform that action at this time.
0 commit comments