PWA description

This commit is contained in:
binwiederhier
2026-01-19 20:38:42 -05:00
parent 860954bdc8
commit d8232e539a
2 changed files with 2 additions and 2 deletions

View File

@@ -641,7 +641,7 @@ func (s *Server) configResponse() *apiConfigResponse {
// handleWebManifest serves the web app manifest for the progressive web app (PWA)
func (s *Server) handleWebManifest(w http.ResponseWriter, _ *http.Request, _ *visitor) error {
response := &webManifestResponse{
Name: "ntfy web",
Name: "ntfy",
Description: "ntfy lets you send push notifications via scripts from any computer or phone",
ShortName: "ntfy",
Scope: "/",