From 28d2e296fa54ce9b08d2c26c98c6d3605af909ef Mon Sep 17 00:00:00 2001 From: Research Assistant Date: Fri, 1 May 2026 12:11:48 +0800 Subject: [PATCH] chore: add manifest.json at repo root; remove 'Obsidian' from description --- manifest.json | 10 ++++++++++ paperforge/plugin/manifest.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..a563e0bd --- /dev/null +++ b/manifest.json @@ -0,0 +1,10 @@ +{ + "id": "paperforge", + "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.", + "author": "Lin Zhaoxuan", + "authorUrl": "https://github.com/LLLin000/PaperForge", + "isDesktopOnly": true +} diff --git a/paperforge/plugin/manifest.json b/paperforge/plugin/manifest.json index d1d9c37d..a563e0bd 100644 --- a/paperforge/plugin/manifest.json +++ b/paperforge/plugin/manifest.json @@ -3,7 +3,7 @@ "name": "PaperForge", "version": "1.4.13", "minAppVersion": "1.0.0", - "description": "PaperForge — Zotero + Obsidian literature pipeline. Sync, OCR, and deep-reading commands in your command palette.", + "description": "PaperForge — Zotero literature pipeline. Sync, OCR, and deep-reading commands in your command palette.", "author": "Lin Zhaoxuan", "authorUrl": "https://github.com/LLLin000/PaperForge", "isDesktopOnly": true