Update manifest.json

This commit is contained in:
Logan Yang 2023-03-30 19:01:40 -07:00
parent d55f9d373e
commit 0ccf9e8b7d

View file

@ -1,11 +1,11 @@
{
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
"id": "obsidian-copilot",
"name": "Obsidian Copilot",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"isDesktopOnly": false
"description": "A ChatGPT copilot in Obsidian.",
"author": "Logan Yang",
"authorUrl": "https://logancyang.com",
"fundingUrl": "https://www.buymeacoffee.com/logancyang",
"isDesktopOnly": true
}