From 79df1c904022eec52ea6a9763c2625448aa5c09c Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Sun, 25 Jun 2023 09:48:12 -0400 Subject: [PATCH] Words --- docs/subscribe/pwa.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/subscribe/pwa.md b/docs/subscribe/pwa.md index 145d6246..106b4315 100644 --- a/docs/subscribe/pwa.md +++ b/docs/subscribe/pwa.md @@ -1,14 +1,14 @@ # Using the progressive web app (PWA) While ntfy doesn't have a native desktop app, it is built as a [progressive web app](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps) (PWA) -and thus can be installed on both desktop and mobile devices. +and thus can be **installed on both desktop and mobile devices**. This gives it its own launcher (e.g. shortcut on Windows, app on macOS, launcher shortcut on Linux, home screen icon on iOS, and launcher icon on Android), a standalone window, push notifications, and an app badge with the unread notification count. -Web app installation is supported on (see [compatibility table](https://caniuse.com/web-app-manifest) for details): +Web app installation is **supported on** (see [compatibility table](https://caniuse.com/web-app-manifest) for details): - Chrome on all platforms (Windows/Linux/macOS/Android/iOS) -- Firefox on Android natively, and on Windows/Linux ([via an extension](https://addons.mozilla.org/en-US/firefox/addon/pwas-for-firefox/)) +- Firefox on Android natively, and on Windows/Linux (only [via an extension](https://addons.mozilla.org/en-US/firefox/addon/pwas-for-firefox/)) - Edge on Windows - Safari on macOS/iOS