Forráskód Böngészése

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 éve
szülő
commit
7c3e1d8d1b
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      public/manifest.json

+ 2 - 1
public/manifest.json

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