Skip to content

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

Merged
merged 3 commits into from
Jun 5, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Update files/en-us/web/progressive_web_apps/guides/making_pwas_instal…
…lable/index.md

Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
  • Loading branch information
jdatapple and chrisdavidmills authored Jun 5, 2025
commit c90d0d2975f40ebd29026f925cd6dd6d19e0a8b7
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Support for PWA installation promotion from the web varies by browser and by pla
On desktop:

- Chromium browsers support installing PWAs that have a manifest file on all supported desktop operating systems.
- Safari supports Add to Dock on macOS Sonoma and later for any web app with or without a manifest file.
- Safari supports Add to Dock (_File_ > _Add to Dock..._) on macOS Sonoma (Safari 17) and later for any web app with or without a manifest file.
- Firefox does not support installing PWAs using a manifest file.

On mobile:
Expand Down