Skip to content
代码片段 群组 项目
未验证 提交 f5f5903c 编辑于 作者: Natalia Tepluhina's avatar Natalia Tepluhina 提交者: GitLab
浏览文件

Merge branch 'pr-change-manifest-display-to-standalone' into 'master'

Change Web Application Manifest `display` to `standalone`

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139311



Merged-by: default avatarNatalia Tepluhina <ntepluhina@gitlab.com>
Approved-by: default avatarThomas Hutterer <thutterer@gitlab.com>
Approved-by: default avatarNatalia Tepluhina <ntepluhina@gitlab.com>
Co-authored-by: default avatarLasse Rosenow <lasse.j.rosenow@gmail.com>
No related branches found
No related tags found
无相关合并请求
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"description": "<%= appearance_pwa_description %>", "description": "<%= appearance_pwa_description %>",
"start_url": "<%= root_path %>", "start_url": "<%= root_path %>",
"scope": "<%= root_path %>", "scope": "<%= root_path %>",
"display": "browser", "display": "standalone",
"orientation": "any", "orientation": "any",
"background_color": "#fff", "background_color": "#fff",
"theme_color": "<%= user_theme_primary_color %>", "theme_color": "<%= user_theme_primary_color %>",
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册