From f939f2cf527b6181857231bc2a866bb70e12100e Mon Sep 17 00:00:00 2001 From: Research Assistant Date: Fri, 1 May 2026 12:16:15 +0800 Subject: [PATCH] fix: sync description across manifests; fix authorUrl to personal URL --- manifest.json | 4 ++-- paperforge/plugin/manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index a563e0bd..879def46 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "PaperForge", "version": "1.4.13", "minAppVersion": "1.0.0", - "description": "PaperForge — Zotero literature pipeline. Sync, OCR, and deep-reading commands in your command palette.", + "description": "PaperForge — Zotero literature pipeline. Sync PDFs, run OCR, and read with AI-assisted deep reading.", "author": "Lin Zhaoxuan", - "authorUrl": "https://github.com/LLLin000/PaperForge", + "authorUrl": "https://github.com/LLLin000", "isDesktopOnly": true } diff --git a/paperforge/plugin/manifest.json b/paperforge/plugin/manifest.json index a563e0bd..879def46 100644 --- a/paperforge/plugin/manifest.json +++ b/paperforge/plugin/manifest.json @@ -3,8 +3,8 @@ "name": "PaperForge", "version": "1.4.13", "minAppVersion": "1.0.0", - "description": "PaperForge — Zotero literature pipeline. Sync, OCR, and deep-reading commands in your command palette.", + "description": "PaperForge — Zotero literature pipeline. Sync PDFs, run OCR, and read with AI-assisted deep reading.", "author": "Lin Zhaoxuan", - "authorUrl": "https://github.com/LLLin000/PaperForge", + "authorUrl": "https://github.com/LLLin000", "isDesktopOnly": true }