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
Next Next commit
Fix Safari support for Add to Dock on macOS
Safari has supported Add to Dock since macOS Sonoma.
  • Loading branch information
jdatapple authored Jun 4, 2025
commit c94376965a7b9920694c193a0f4b3ffb5058ba45
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ 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.
- Firefox and Safari do not support installing PWAs using a manifest file.
- Safari supports Add to Dock on macOS Sonoma and later for any web app with or without a manifest file.
- Firefox do not support installing PWAs using a manifest file.

On mobile:

Expand Down