From 0e451f8389aed15af57c1989a9cba15d074eacd0 Mon Sep 17 00:00:00 2001 From: Marijn Kruisselbrink Date: Mon, 23 Sep 2024 14:27:31 -0700 Subject: [PATCH] Update sw_launch_event.md Fix web-share-target link --- sw_launch_event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw_launch_event.md b/sw_launch_event.md index bf142ab..0bdb0a6 100644 --- a/sw_launch_event.md +++ b/sw_launch_event.md @@ -53,7 +53,7 @@ This proposal handles the same ways that web apps can be launched as described i desktop). This shortcut was created when they installed the app. 3. **Protocol Handlers:** A user clicks on a `mailto:` protocol link which a website has registered to handle using the [`registerProtocolHandler`](https://html.spec.whatwg.org/multipage/system-state.html#dom-navigator-registerprotocolhandler) API or [`"protocol_handlers"` manifest member](https://wicg.github.io/manifest-incubations/index.html#protocol_handlers-member). 4. **Web Share Target:** A user shares an image with an Image Editor web app that has registered as - a share target using the [Web Share Target API](https://wicg.github.io/web-share-target/level-2/). + a share target using the [Web Share Target API](https://wicg.github.io/web-share-target/). 5. **File Handlers:** A user opens a file that an Image Editor web app has registered to handle using the [`"file_handlers"` manifest member](https://wicg.github.io/manifest-incubations/index.html#file_handlers-member)). ## `launch_handler` manifest member