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