From 0ccf9e8b7da898f84d7c3d4da956ad6f4e06244f Mon Sep 17 00:00:00 2001 From: Logan Yang Date: Thu, 30 Mar 2023 19:01:40 -0700 Subject: [PATCH] Update manifest.json --- manifest.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 }