From 090ce6210a532143f931e9ae5f6918fb16e4c3ca Mon Sep 17 00:00:00 2001 From: mpstaton Date: Tue, 5 May 2026 00:48:17 -0500 Subject: [PATCH] fix(manifest): bump minAppVersion to 1.8.10 and add fundingUrl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1192414..cc23f92 100644 --- a/manifest.json +++ b/manifest.json @@ -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 }