Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed May 18, 2023
2 parents d9612d3 + de5c8f0 commit dd91f0f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
3 changes: 3 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ChatGPT Scripts

ChatGPT Desktop Application Core Extension Scripts.
25 changes: 10 additions & 15 deletions scripts/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit dd91f0f

Please sign in to comment.