diff --git a/scripts/README.md b/scripts/README.md new file mode 100644 index 0000000..f93aaa1 --- /dev/null +++ b/scripts/README.md @@ -0,0 +1,3 @@ +# ChatGPT Scripts + +ChatGPT Desktop Application Core Extension Scripts. diff --git a/scripts/manifest.json b/scripts/manifest.json index ebfdf4f..72c5328 100644 --- a/scripts/manifest.json +++ b/scripts/manifest.json @@ -1,41 +1,36 @@ { - "name": "ChatGPT Script", + "name": "ChatGPT Scripts", "author": "lencx", + "description": "ChatGPT Desktop Application Core Extension Scripts.", + "url": "https://github.com/lencx/ChatGPT/tree/main/scripts", "scripts": [ { "name": "core.js", - "version": "0.1.0", - "url": "https://github.com/lencx/ChatGPT/tree/main/scripts/chat.js" + "version": "0.1.0" }, { "name": "cmd.js", - "version": "0.1.0", - "url": "https://github.com/lencx/ChatGPT/tree/main/scripts/cmd.js" + "version": "0.1.0" }, { "name": "core.js", - "version": "0.1.0", - "url": "https://github.com/lencx/ChatGPT/tree/main/scripts/core.js" + "version": "0.1.0" }, { "name": "dalle2.js", - "version": "0.1.0", - "url": "https://github.com/lencx/ChatGPT/tree/main/scripts/dalle2.js" + "version": "0.1.0" }, { "name": "export.js", - "version": "0.1.0", - "url": "https://github.com/lencx/ChatGPT/tree/main/scripts/export.js" + "version": "0.1.0" }, { "name": "markdown.export.js", - "version": "0.1.0", - "url": "https://github.com/lencx/ChatGPT/tree/main/scripts/markdown.export.js" + "version": "0.1.0" }, { "name": "popup.core.js", - "version": "0.1.0", - "url": "https://github.com/lencx/ChatGPT/tree/main/scripts/popup.core.js" + "version": "0.1.0" } ] }