mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-22 11:24:04 +01:00
Words
This commit is contained in:
parent
9a71c3d8dc
commit
79df1c9040
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Using the progressive web app (PWA)
|
# 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)
|
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
|
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.
|
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)
|
- 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
|
- Edge on Windows
|
||||||
- Safari on macOS/iOS
|
- Safari on macOS/iOS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue