From 112449f301d248ebe892363f0b9b9849257ef9c3 Mon Sep 17 00:00:00 2001 From: mpstaton Date: Sun, 17 May 2026 23:04:44 -0500 Subject: [PATCH] fix(manifest): fundingUrl points to Buy Me a Coffee, not the group homepage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The fundingUrl is meant to be a tip-jar / sponsorship destination per the Obsidian manifest spec — was previously set to https://lossless.group (the group homepage, no way to send money). Corrected to https://buymeacoffee.com/losslessgroup, which is the actual destination across all Lossless-authored plugins. Co-Authored-By: Claude Opus 4.7 (1M context) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ec7c322..fd39568 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,6 @@ "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", + "fundingUrl": "https://buymeacoffee.com/losslessgroup", "isDesktopOnly": true } \ No newline at end of file