Quellcode durchsuchen

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 vor 4 Jahren
Ursprung
Commit
7c3e1d8d1b
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      public/manifest.json

+ 2 - 1
public/manifest.json

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