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',