13 lines
628 B
Markdown
13 lines
628 B
Markdown
# Using the web app as an installed PWA
|
|
|
|
While ntfy doesn't have a built desktop app, it is built as a progressive web app and can be installed.
|
|
|
|
This is supported on Chrome and Edge on desktop, as well as Chrome on Android and Safari on iOS.
|
|
[caniuse reference](https://caniuse.com/web-app-manifest)
|
|
|
|
<div id="pwa-screenshots" class="screenshots">
|
|
<a href="../../static/img/pwa.png"><img src="../../static/img/pwa.png"/></a>
|
|
<a href="../../static/img/pwa-install.png"><img src="../../static/img/pwa-install.png"/></a>
|
|
<a href="../../static/img/pwa-badge.png"><img src="../../static/img/pwa-badge.png"/></a>
|
|
</div>
|