From 3c8d455a6676cd1dc9309081fb3ae2b7ac326eff Mon Sep 17 00:00:00 2001 From: Dibyajyoti Pal <93222189+Dp-Goog@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:45:04 +0000 Subject: [PATCH 1/3] App migration --- features/app-migration.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 features/app-migration.yml diff --git a/features/app-migration.yml b/features/app-migration.yml new file mode 100644 index 00000000000..703c519166d --- /dev/null +++ b/features/app-migration.yml @@ -0,0 +1,7 @@ +name: App Migration +description: Web Application Origin Migration allows a web application to indicate to the user agent that it moved from one origin to another (within the same site). This then enables the user agent to migrate an installed web application while preserving the user's installation and potentially their settings. +spec: https://wicg.github.io/manifest-incubations/#web-application-origin-migration +group: progressive-web-app +compat_features: + - manifests.webapp.migrate_from + - manifests.webapp.migrate_to From e293f087c57eea256363de86df8f1dfa07a273c4 Mon Sep 17 00:00:00 2001 From: Dibyajyoti Pal <93222189+Dp-Goog@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:21:45 +0000 Subject: [PATCH 2/3] Comments --- features/app-migration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/app-migration.yml b/features/app-migration.yml index 703c519166d..d0c9dbf9d8e 100644 --- a/features/app-migration.yml +++ b/features/app-migration.yml @@ -1,5 +1,5 @@ -name: App Migration -description: Web Application Origin Migration allows a web application to indicate to the user agent that it moved from one origin to another (within the same site). This then enables the user agent to migrate an installed web application while preserving the user's installation and potentially their settings. +name: Web app origin migration +description: The `migrate_to` and `migrate_from` web app manifest members move an installed app from one origin to another, within the same site. They preserve the user's installation settings and OS integration. spec: https://wicg.github.io/manifest-incubations/#web-application-origin-migration group: progressive-web-app compat_features: From 8b6b32c9145c79b2d854523247882cc7f3fd6cf7 Mon Sep 17 00:00:00 2001 From: Dibyajyoti Pal <93222189+Dp-Goog@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:14:54 +0000 Subject: [PATCH 3/3] Update yml --- features/app-migration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/app-migration.yml b/features/app-migration.yml index d0c9dbf9d8e..c5ca0270af8 100644 --- a/features/app-migration.yml +++ b/features/app-migration.yml @@ -1,5 +1,5 @@ name: Web app origin migration -description: The `migrate_to` and `migrate_from` web app manifest members move an installed app from one origin to another, within the same site. They preserve the user's installation settings and OS integration. +description: The `migrate_to` and `migrate_from` web app manifest members move an installed app from one origin to another, within the same site. They preserve the user's installation settings on device, like shortcuts. spec: https://wicg.github.io/manifest-incubations/#web-application-origin-migration group: progressive-web-app compat_features: