ChatGPT/scripts/manifest.json
2023-07-05 19:11:14 +08:00

37 lines
668 B
JSON

{
"name": "ChatGPT Scripts",
"author": "lencx",
"description": "ChatGPT Desktop Application Core Extension Scripts.",
"url": "https://github.com/lencx/ChatGPT/tree/main/scripts",
"scripts": [
{
"name": "chat.js",
"version": "0.1.3"
},
{
"name": "cmd.js",
"version": "0.1.1"
},
{
"name": "core.js",
"version": "0.1.1"
},
{
"name": "dalle2.js",
"version": "0.1.0"
},
{
"name": "export.js",
"version": "0.1.2"
},
{
"name": "markdown.export.js",
"version": "0.1.0"
},
{
"name": "popup.core.js",
"version": "0.1.0"
}
]
}