-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
app.json
20 lines (20 loc) · 973 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "Autoclear ChatGPT History", "symbol": "🕶️", "cssPrefix": "autoclear-chatgpt-history",
"author": { "name": "Adam Lui", "url": "https://github.com/adamlui" },
"urls": {
"chatgptJS": "https://chatgpt.js.org",
"cjsMediaHost": "https://media.chatgptjs.org",
"contributors": "https://docs.autoclearchatgpt.com/#-contributors",
"donate": {
"cashApp": "https://cash.app/$adamlui",
"gitHub": "https://github.com/sponsors/adamlui",
"payPal": "https://paypal.me/adamlui"
},
"gitHub": "https://github.com/adamlui/autoclear-chatgpt-history",
"greasyFork": "https://greasyfork.org/scripts/460805-autoclear-chatgpt-history",
"mediaHost": "https://media.autoclearchatgpt.com",
"relatedExtensions": "https://aiwebextensions.com",
"review": { "greasyFork": "https://greasyfork.org/scripts/460805-autoclear-chatgpt-history/feedback#post-discussion" },
"support": "https://support.autoclearchatgpt.com"
}
}