Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions features/app-migration.yml
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.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
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.
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 the 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
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The 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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The 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!

Loading