chore(branding): clean up product description strings

Strip the desktop package description to "Backspace" so Windows Task
Manager shows the bare product name instead of the long tagline.
Unify the web meta description and PWA manifest description on a single
positioning line that names Discord and TeamSpeak as the comparison
targets — improves link-preview copy and SEO surface.
This commit is contained in:
Jannis Braun
2026-04-28 11:39:08 +02:00
parent cf72f9d87d
commit eede7aeb38
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@backspace/desktop",
"version": "1.0.0",
"private": true,
"description": "Backspace — a self-hosted, open-source chat platform",
"description": "Backspace",
"author": {
"name": "youruser",
"email": "backspace@backspace.chat"
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="color-scheme" content="dark" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="description" content="Self-hosted chat platform" />
<meta name="description" content="The self-hosted Discord and TeamSpeak alternative. HD voice, video, and screen share — open-source and free." />
<meta name="theme-color" content="#0b0b10" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
+1 -1
View File
@@ -13,7 +13,7 @@ export default defineConfig({
manifest: {
name: 'Backspace',
short_name: 'Backspace',
description: 'Self-hosted chat platform',
description: 'The self-hosted Discord and TeamSpeak alternative. HD voice, video, and screen share — open-source and free.',
display: 'standalone',
start_url: '/',
theme_color: '#0b0b10',