From 73a49fd697ff845440a9b8e2a52aab4297bd4bcc Mon Sep 17 00:00:00 2001 From: Logan Yang Date: Wed, 12 Apr 2023 23:31:58 -0700 Subject: [PATCH] Update id and name in manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 53d2734f..412d0171 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "id": "obsidian-copilot", - "name": "Obsidian Copilot", + "id": "copilot-chat", + "name": "Copilot Chat", "version": "1.0.1", "minAppVersion": "0.15.0", "description": "A ChatGPT Copilot in Obsidian.",