-
Notifications
You must be signed in to change notification settings - Fork 22.7k
Fix Safari support for Add to Dock on macOS #39797
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
Conversation
Safari has supported Add to Dock since macOS Sonoma.
Preview URLs (comment last updated: 2025-06-05 13:18:05) |
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.
Thanks for the update, @jdatapple! I've left a couple of minor review comments for you to consider.
files/en-us/web/progressive_web_apps/guides/making_pwas_installable/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/progressive_web_apps/guides/making_pwas_installable/index.md
Outdated
Show resolved
Hide resolved
…lable/index.md Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
…lable/index.md Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
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.
LGTM; thanks @jdatapple!
* Fix Safari support for Add to Dock on macOS Safari has supported Add to Dock since macOS Sonoma. * Update files/en-us/web/progressive_web_apps/guides/making_pwas_installable/index.md Co-authored-by: Chris Mills <chrisdavidmills@gmail.com> * Update files/en-us/web/progressive_web_apps/guides/making_pwas_installable/index.md Co-authored-by: Chris Mills <chrisdavidmills@gmail.com> --------- Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
Description
Safari has supported Add to Dock since macOS Sonoma with or without a manifest file.
Motivation
Updating inaccurate information due to browser release updates.
Additional details