소스 검색

Updated webmanifest to have PWA as fullscreen.

Thanks to xet7 !
Lauri Ojansivu 2 년 전
부모
커밋
ed058914b5
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      public/site.webmanifest

+ 4 - 1
public/site.webmanifest

@@ -512,5 +512,8 @@
   "description": "Open Source kanban with MIT license",
   "dir": "auto",
   "scope": "https://boards.wekan.team",
-  "prefer_related_applications": false
+  "prefer_related_applications": false,
+  "display_override": [
+    "fullscreen"
+  ]
 }