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 Permalink 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-20 01:34:23 -04:00
"version": "0.1.4"
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-08-03 09:24:31 -04:00
"version": "0.1.2"
2023-05-24 21:52:33 -04:00
},
2023-05-18 03:34:13 -04:00
{
"name": "core.js",
2023-08-03 09:24:31 -04:00
"version": "0.1.2"
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-08-03 09:24:31 -04:00
"version": "0.1.5"
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
}
]
}