-
Notifications
You must be signed in to change notification settings - Fork 13
Adding publisher #47
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?
Adding publisher #47
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.
I like the general direction, but may I suggest you build upon the web-app-origin-association
file that was introduced in the context of URL handling. Here's the explainer deep link.
@tomayac I had thought about that, but wasn’t sure if it might lead to confusion if the file exists within the individual PWAs and then again (to an extent) on the publisher’s site. I think the URL handling aspect is pretty complex in and of itself and I didn’t want to overload it. I also wasn’t sure if it would cause a problem if we dropped |
The {
"web_apps": [
{
"manifest": "https://music.example.com/manifest.json",
"details": {
"paths": ["/*"],
"exclude_paths": ["/internal/*"]
}
}
]
} |
@diekus @marcoscaceres Thoughts on this proposal? |
Still thinking about the verification aspect. The |
Super-early thinking here. Feedback very welcome.