diff --git a/manifest.json b/manifest.json index 3553c729..925da73b 100644 --- a/manifest.json +++ b/manifest.json @@ -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 }