mirror of
https://github.com/lossless-group/perplexed-plugin.git
synced 2026-07-22 06:49:50 +00:00
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:
parent
1d47a095a1
commit
090ce6210a
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue