fix(manifest): fundingUrl points to Buy Me a Coffee, not the group homepage

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) <noreply@anthropic.com>
This commit is contained in:
mpstaton 2026-05-17 23:04:44 -05:00
parent de4b21ce1e
commit 112449f301

View file

@ -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
}