From 87313c29ed5d1e8ce82c3d5b3094219563a0dec1 Mon Sep 17 00:00:00 2001 From: Alan Cutter Date: Thu, 3 Nov 2022 18:34:22 +1100 Subject: [PATCH] Branch: sw-launch-rename --- declarative_link_capturing.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/declarative_link_capturing.md b/declarative_link_capturing.md index bd4780e..62dde99 100644 --- a/declarative_link_capturing.md +++ b/declarative_link_capturing.md @@ -85,7 +85,7 @@ If a list of strings is given, the user agent chooses the first supported item i ### [Service Worker launch event](explainer.md) -This proposal is forwards-compatible with the original [sw-launch](https://github.com/WICG/sw-launch) proposal in WICG. It covers many of the same use cases, but omits the more advanced use cases (specifically, the option to choose which client to focus, and the option to not show any UI). By adding a new “`capture_links`” mode (“`serviceworker`”), the app can explicitly opt in to receiving the “`launch`” event in the service worker, enabling those other use cases, while the majority of uses can be achieved without having to write extra service worker code. +This proposal is forwards-compatible with the original [sw-launch](sw_launch_event.md) proposal. It covers many of the same use cases, but omits the more advanced use cases (specifically, the option to choose which client to focus, and the option to not show any UI). By adding a new “`capture_links`” mode (“`serviceworker`”), the app can explicitly opt in to receiving the “`launch`” event in the service worker, enabling those other use cases, while the majority of uses can be achieved without having to write extra service worker code. ### [WICG: URL Handlers](https://github.com/WICG/pwa-url-handler/blob/master/explainer.md) diff --git a/index.html b/index.html index 43b5fbc..07e1fb6 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ var respecConfig = { specStatus: "CG-DRAFT", github: { - repoURL: "WICG/sw-launch", + repoURL: "WICG/web-app-launch", branch: "main" }, group: "wicg",