From e656dbe139b66de038c2bf5a400c8f5caede17bd Mon Sep 17 00:00:00 2001 From: Logan Yang Date: Thu, 13 Apr 2023 16:52:52 -0700 Subject: [PATCH] Rename 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 412d0171..4eccf2b7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "id": "copilot-chat", - "name": "Copilot Chat", + "id": "copilot", + "name": "Copilot", "version": "1.0.1", "minAppVersion": "0.15.0", "description": "A ChatGPT Copilot in Obsidian.",