Skip to content

Commit

Permalink
Update apps/blog/src/posts/macos-pwa-install/macos-pwa-install.md
Browse files Browse the repository at this point in the history
Co-authored-by: Beth Pan <xupa@microsoft.com>
  • Loading branch information
khmyznikov and beth-panx authored Feb 7, 2024
1 parent 9ea4071 commit 6b49988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/blog/src/posts/macos-pwa-install/macos-pwa-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Why does easy installation matter? Progressive Web Applications offer a lot of f

But how it was archived? Safari on macOS Sonoma supports the Web App Manifest, which is a JSON file that describes the Web App metadata. This includes the app's name, description, icons, and more. The pwa-install component uses this information to create a native-like installation experience for PWAs on iOS/iPadOS and macOS Sonoma.

But here's a catch: Safari on macOS doesn't provide any API to detect Web Apps availability. So we had to use a workaround to detect Web Apps availability on macOS platform.
But here's a catch: Safari on macOS doesn't provide any API to detect Web Apps availability. So, we used a workaround to detect Web Apps availability on macOS platform.

[Here's how it works](https://github.com/khmyznikov/pwa-install/blob/cf73d0c382fd87aa6b5a5cc40f0474150efe3487/src/utils.ts#L24):

Expand Down

0 comments on commit 6b49988

Please sign in to comment.