Преглед изворни кода

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"
 }