From e68629034684ffe34a13b6c2340b14c4d8f34d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E9=B8=BF=E5=B3=B0?= <2312920973@qq.com> Date: Sat, 25 Apr 2026 17:59:34 +0800 Subject: [PATCH] chore: fix manifest authorUrl and description --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index e0138be..5dfce8a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "Table Master", "version": "0.1.0", "minAppVersion": "1.4.0", - "description": "All-in-one Markdown table workflow: GUI toolbar, visual grid editor, and merged-cell support (compatible with Table Extended ^^ / < syntax).", - "author": "Table Master Contributors", - "authorUrl": "https://github.com/", + "description": "All-in-one Markdown table workflow: floating toolbar, visual grid editor, and merged-cell support with MultiMarkdown ^^ / || syntax.", + "author": "moranrs", + "authorUrl": "https://github.com/moranrs", "isDesktopOnly": false }