From 41a55ff5dd02a3f926f96a5492adc64b24d05f25 Mon Sep 17 00:00:00 2001 From: Johnny Date: Fri, 9 May 2025 20:00:39 +0800 Subject: [PATCH] chore: shorten extension description --- frontend/extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/extension/package.json b/frontend/extension/package.json index 1eb444b..32aaf4b 100644 --- a/frontend/extension/package.json +++ b/frontend/extension/package.json @@ -2,7 +2,7 @@ "name": "slash-extension", "displayName": "Slash", "version": "1.0.12", - "description": "An open source, self-hosted platform for sharing and managing your most frequently used links. Save and share your links very easily.", + "description": "An open source, self-hosted platform for sharing and managing your most frequently used links.", "scripts": { "dev": "plasmo dev", "build": "export PARCEL_WORKER_BACKEND=process && plasmo build",