diff --git a/manifest.fx.v3.json b/manifest.fx.v3.json index 6fdd42236..8f16e7bd6 100644 --- a/manifest.fx.v3.json +++ b/manifest.fx.v3.json @@ -3,7 +3,7 @@ "name": "Kiwix", "version": "4.0.0", - "description": "Kiwix Offline Browser", + "description": "Kiwix is an offline reader for content from Wikipedia, TED Talks, Stackexchange, and many other sources.", "icons": { "16": "www/img/icons/kiwix-16.png", diff --git a/manifest.json b/manifest.json index 4bf51b47d..b7b8444f0 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "short_name": "Kiwix JS", "version": "4.0.0", - "description": "Kiwix is an offline reader for content from Wikipedia, Project Gutenberg, TED Talks, Wikivoyage, Stackexchange, and many other Web archives. It makes knowledge available to people with limited or no Internet access.", + "description": "Kiwix is an offline reader for content from Wikipedia, TED Talks, Stackexchange, and many other sources.", "icons": { "16": "www/img/icons/kiwix-16.png", diff --git a/manifest.v2.json b/manifest.v2.json index e7ff94143..1a71c41d1 100644 --- a/manifest.v2.json +++ b/manifest.v2.json @@ -3,7 +3,7 @@ "name": "Kiwix", "version": "4.0.0", - "description": "Kiwix : offline Wikipedia reader", + "description": "Kiwix is an offline reader for content from Wikipedia, TED Talks, Stackexchange, and many other sources.", "icons": { "16": "www/img/icons/kiwix-16.png", diff --git a/package.json b/package.json index eb5788aeb..cd9ba546d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kiwix-js", "productName": "Kiwix JS", "version": "4.0.0", - "description": "Kiwix JS offline ZIM archive reader", + "description": "Kiwix is an offline reader for content from Wikipedia, TED Talks, Stackexchange, and many other sources.", "type": "module", "scripts": { "serve": "vite",