-
Notifications
You must be signed in to change notification settings - Fork 74
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
New web app manifest features #2078
base: main
Are you sure you want to change the base?
Conversation
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.
A few suggestions and a question. Cheers!
Co-authored-by: Daniel D. Beck <[email protected]>
Co-authored-by: Daniel D. Beck <[email protected]>
Co-authored-by: Daniel D. Beck <[email protected]>
Co-authored-by: Daniel D. Beck <[email protected]>
Co-authored-by: Daniel D. Beck <[email protected]>
Co-authored-by: Daniel D. Beck <[email protected]>
@ddbeck I think this is now about ready. The BCD changes have landed and we've got them here. There's a few more manifest-related features that can be created, but those can always be added 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.
OK, I'm happy with this too. I have one question and one suggestion, but this is super close to landing. You're welcome to merge this after you've considered (and/or acted on) the suggestions. Thank you!
# Used to install a web payment service worker on the fly, which is | ||
# a separate feature. | ||
# Ignored from compute_from for now. | ||
- html.manifest.serviceworker | ||
- html.manifest.serviceworker.scope | ||
- html.manifest.serviceworker.src | ||
- html.manifest.serviceworker.use_cache |
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.
Should these move to payment-handler.yml
? If the answer is no, then you can go ahead and merge with this as-is.
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.
Rename → app-share-targets.yml
(and fix up the dist too), for consistency?
This isn't a complete list, but it's a good start.