From a68a8903d35b1e3a8e8ae206412d6397cd91ee50 Mon Sep 17 00:00:00 2001 From: plebeius Date: Wed, 17 Dec 2025 13:11:45 +0100 Subject: [PATCH] update description --- package.json | 2 +- vite.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c5fa602..da51b197 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "5chan", "version": "0.5.3", - "description": "A GUI for plebbit similar to 4chan", + "description": "A serverless, adminless, decentralized 4chan alternative", "type": "module", "author": "Plebbit Labs", "license": "GPL-2.0-only", diff --git a/vite.config.js b/vite.config.js index 4b2ec221..0750dfc5 100644 --- a/vite.config.js +++ b/vite.config.js @@ -61,7 +61,7 @@ export default defineConfig({ manifest: { name: '5chan', short_name: '5chan', - description: 'A GUI for plebbit similar to 4chan', + description: 'A serverless, adminless, decentralized 4chan alternative', theme_color: '#ffffff', background_color: '#ffffee', display: 'standalone',