From 34d46415cba0dc1ce98b2218f69b558daf2c3564 Mon Sep 17 00:00:00 2001 From: wood chen Date: Sat, 21 Dec 2024 14:13:59 +0800 Subject: [PATCH] Update manifest.json to change plugin name and description to English --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 20c108d..25d136c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "publish-to-discourse", - "name": "发布到 Discourse", + "name": "Publish to Discourse", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "发布笔记到 Discourse 论坛。", + "description": "Publish notes to the Discourse forum.", "author": "WoodChen", "authorUrl": "https://woodchen.ink", "fundingUrl": "https://woodchen.ink",