-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKickConfig.json
37 lines (31 loc) · 991 Bytes
/
KickConfig.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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "Kick (Beta)",
"description": "A live streaming platform, backed by Stake.com.",
"author": "FUTO",
"authorUrl": "https://futo.org",
"platformUrl": "https://kick.com",
"sourceUrl": "https://plugins.grayjay.app/Kick/KickConfig.json",
"repositoryUrl": "https://futo.org",
"scriptUrl": "./KickScript.js",
"version": 10,
"iconUrl": "./kick.png",
"id": "4a78c2ff-c20f-43ac-8f75-34515df1d320",
"scriptSignature": "",
"scriptPublicKey": "",
"packages": ["Http"],
"allowEval": false,
"allowUrls": [
"kick.com",
"search.kick.com"
],
"authentication": {
"userAgent": "Mozilla/5.0 (Linux; Android 13) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.196 Mobile Safari/537.36",
"loginUrl": "https://kick.com/",
"headersToFind": ["Authorization"],
"cookiesToFind": ["kick_session", "KP_UIDz"],
"cookiesExclOthers": false,
"completionUrl": "https://kick.com/broadcasting/auth",
"loginButton": "#login-button"
},
"supportedClaimTypes": [16]
}