-
Notifications
You must be signed in to change notification settings - Fork 270
Create WebDX feature for app migration #3911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| 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 on device, like shortcuts. | ||
| 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 | ||
|
Comment on lines
+6
to
+7
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These will error until the next BCD release and upgrade here. If we get this into mergeable shape before that happens, I'll take responsibility for syncing up the dist file and merging then.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. SGTM! I updated the comments and the name as per the feedback here, PTAL and lmk if this is in a mergable state. Happy to offload this on to you for later! |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: