Browse Source

PWA description

binwiederhier 3 weeks ago
parent
commit
d8232e539a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/publish.md
  2. 1 1
      server/server.go

+ 1 - 1
docs/publish.md

@@ -1,5 +1,5 @@
 # Publishing
-Publishing messages can be done via HTTP PUT/POST or via the [ntfy CLI](subscribe/cli.md#publish-messages) ([install instructions](install.md).
+Publishing messages can be done via HTTP PUT/POST or via the [ntfy CLI](subscribe/cli.md#publish-messages) ([install instructions](install.md)).
 Topics are created on the fly by subscribing or publishing to them. Because there is no sign-up, **the topic is essentially a password**, so pick 
 something that's not easily guessable.
 

+ 1 - 1
server/server.go

@@ -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:           "/",