Skip to content

Commit

Permalink
Update sw_launch_event.md
Browse files Browse the repository at this point in the history
Fix web-share-target link
  • Loading branch information
mkruisselbrink authored Sep 23, 2024
1 parent 91aa476 commit 0e451f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw_launch_event.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e451f8

Please sign in to comment.