-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
app.json
24 lines (24 loc) · 1.17 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "ChatGPT Auto-Continue", "symbol": "≫",
"author": { "name": "Adam Lui", "url": "https://github.com/adamlui" },
"urls": {
"chatgptJS": "https://chatgpt.js.org",
"cjsMediaHost": "https://media.chatgptjs.org",
"donate": {
"cashApp": "https://cash.app/$adamlui",
"gitHub": "https://github.com/sponsors/adamlui",
"payPal": "https://paypal.me/adamlui"
},
"gitHub": "https://github.com/adamlui/chatgpt-auto-continue",
"greasyFork": "https://greasyfork.org/scripts/466789-chatgpt-auto-continue",
"mediaHost": "https://media.chatgptautocontinue.com",
"relatedExtensions": "https://aiwebextensions.com",
"review": {
"chromeWebStore": "https://chromewebstore.google.com/detail/chatgpt-auto-continue/lbojnhaafilddefkdgmbplkafnckaoga/reviews",
"edgeAddons": "https://microsoftedge.microsoft.com/addons/detail/chatgpt-autocontinue/kaicnimcjamamnlbaeaneofmdjibgepl",
"firefoxAddons": "https://addons.mozilla.org/firefox/addon/chatgpt-auto-continue/",
"greasyFork": "https://greasyfork.org/scripts/466789-chatgpt-auto-continue/feedback#post-discussion"
},
"support": "https://support.chatgptautocontinue.com"
}
}