瀏覽代碼

Add declarative link capturing

See https://github.com/WICG/sw-launch/blob/master/declarative_link_capturing.md#user-content-proposal:~:text=new_client,-%E2%80%9D%20%E2%80%94 for context.
Thomas Steiner 4 年之前
父節點
當前提交
7c3e1d8d1b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      public/manifest.json

+ 2 - 1
public/manifest.json

@@ -25,5 +25,6 @@
         "application/vnd.excalidraw+json": [".excalidraw"]
       }
     }
-  ]
+  ],
+  "capture_links": "new_client"
 }