-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
app.json
23 lines (23 loc) · 993 Bytes
/
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
{
"name": "ChatGPT Infinity", "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-infinity",
"greasyFork": "https://greasyfork.org/scripts/465051-chatgpt-infinity",
"mediaHost": "https://media.chatgptinfinity.com",
"relatedExtensions": "https://aiwebextensions.com",
"review": {
"alternativeTo": "https://alternativeto.net/software/chatgpt-infinity/about/",
"greasyFork": "https://greasyfork.org/scripts/465051-chatgpt-infinity#post-discussion",
"productHunt": "https://www.producthunt.com/products/chatgpt-infinity/reviews/new"
},
"support": "https://support.chatgptinfinity.com"
}
}