fix(manifest): bump minAppVersion to 1.8.10 and add fundingUrl

Brings the manifest in line with the rest of the content-farm plugins —
1.8.10 is the team's current minAppVersion baseline (image-gin, plunk-it,
lmstud-yo, filestarter, file-transporter all use it); the 0.15.0 here
was a 2022-era inheritance from the original Obsidian sample plugin.

Also adds fundingUrl for parity with the rest of the farm.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
mpstaton 2026-05-05 00:48:17 -05:00
parent 1d47a095a1
commit 090ce6210a

View file

@ -2,9 +2,10 @@
"id": "perplexed",
"name": "Perplexed",
"version": "0.1.0",
"minAppVersion": "0.15.0",
"minAppVersion": "1.8.10",
"description": "Generate source-cited research content from Perplexity, Anthropic Claude, Perplexica, or local LM Studio — directly into your notes.",
"author": "The Lossless Group",
"authorUrl": "https://lossless.group",
"fundingUrl": "https://lossless.group",
"isDesktopOnly": true
}