mirror of
https://github.com/lossless-group/perplexed-plugin.git
synced 2026-07-22 06:49:50 +00:00
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>
11 lines
386 B
JSON
11 lines
386 B
JSON
{
|
|
"id": "perplexed",
|
|
"name": "Perplexed",
|
|
"version": "0.1.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
|
|
}
|