From cbbd1c913ca30083e8949162e9fb4ee82d0bb0e2 Mon Sep 17 00:00:00 2001 From: sethburkart123 Date: Fri, 14 Jun 2024 16:55:41 +1000 Subject: [PATCH] fix: manifest description too long --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0e567526..ca9e76a6 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "BetterSEQTA+", "version": "3.2.6", - "description": "Enhance SEQTA's usability and aesthetics! A fork BetterSEQTA to continue development, add endless customization, and incorporate a plethora of new features!", + "description": "Enhance SEQTA's usability and aesthetics! A fork BetterSEQTA to continue development, and incorporate a plethora of new features!", "icons": { "32": "src/resources/icons/icon-32.png", "48": "src/resources/icons/icon-48.png",