mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
chore: add manifest.json at repo root; remove 'Obsidian' from description
This commit is contained in:
parent
e0f6052c1a
commit
28d2e296fa
2 changed files with 11 additions and 1 deletions
10
manifest.json
Normal file
10
manifest.json
Normal file
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue