1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00
Unofficial_ChatGPT_Client/scripts/manifest.json

37 lines
668 B
JSON
Raw Normal View History

2023-05-18 03:34:13 -04:00
{
2023-05-18 03:41:13 -04:00
"name": "ChatGPT Scripts",
2023-05-18 03:34:13 -04:00
"author": "lencx",
2023-05-18 03:41:13 -04:00
"description": "ChatGPT Desktop Application Core Extension Scripts.",
"url": "https://github.com/lencx/ChatGPT/tree/main/scripts",
2023-05-18 03:34:13 -04:00
"scripts": [
{
2023-06-01 07:33:59 -04:00
"name": "chat.js",
2023-07-05 07:11:14 -04:00
"version": "0.1.3"
2023-05-18 03:34:13 -04:00
},
2023-05-24 21:52:33 -04:00
{
2023-06-01 07:33:59 -04:00
"name": "cmd.js",
2023-06-01 07:24:14 -04:00
"version": "0.1.1"
2023-05-24 21:52:33 -04:00
},
2023-05-18 03:34:13 -04:00
{
"name": "core.js",
2023-06-30 12:22:58 -04:00
"version": "0.1.1"
2023-05-18 03:34:13 -04:00
},
{
"name": "dalle2.js",
2023-05-18 03:41:13 -04:00
"version": "0.1.0"
2023-05-18 03:34:13 -04:00
},
{
"name": "export.js",
2023-07-08 03:14:10 -04:00
"version": "0.1.4"
2023-05-18 03:34:13 -04:00
},
{
"name": "markdown.export.js",
2023-05-18 03:41:13 -04:00
"version": "0.1.0"
2023-05-18 03:34:13 -04:00
},
{
"name": "popup.core.js",
2023-05-18 03:41:13 -04:00
"version": "0.1.0"
2023-05-18 03:34:13 -04:00
}
]
}