mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
Rename id and name in manifest.json
This commit is contained in:
parent
73a49fd697
commit
e656dbe139
1 changed files with 2 additions and 2 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue