Browse Source

Merge pull request #1362 from sclickk/patch-1

manifest.json: Change display from `standalone` to `minimal-ui`
Simon Legner 5 năm trước cách đây
mục cha
commit
57c5fc0db3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      public/manifest.json

+ 1 - 1
public/manifest.json

@@ -3,7 +3,7 @@
   "short_name": "DevDocs",
   "description": "API Documentation Browser",
   "start_url": "/",
-  "display": "standalone",
+  "display": "minimal-ui",
   "background_color": "#EEEEEE",
   "icons": [
     {