Browse Source

Updated webmanifest to have PWA as fullscreen.

Thanks to xet7 !
Lauri Ojansivu 2 năm trước cách đây
mục cha
commit
ed058914b5
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      public/site.webmanifest

+ 4 - 1
public/site.webmanifest

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