-
Notifications
You must be signed in to change notification settings - Fork 0
/
TwitchConfig.json
63 lines (55 loc) · 1.6 KB
/
TwitchConfig.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "Twitch Test",
"description": "One of the biggest livestreaming platforms, owned by Amazon.",
"author": "FUTO",
"authorUrl": "https://futo.org",
"platformUrl": "https://twitch.tv",
"sourceUrl": "https://raw.githubusercontent.com/michael-oberpriller/grayjay-plugin-twitch/refs/heads/master/TwitchConfig.json",
"repositoryUrl": "https://github.com/michael-oberpriller/grayjay-plugin-twitch/tree/master",
"scriptUrl": "./TwitchScript.js",
"version": 19,
"iconUrl": "./TwitchIcon.png",
"id": "c0f315f9-0992-4508-a061-f2738724c332",
"scriptSignature": "",
"scriptPublicKey": "",
"packages": ["Http"],
"allowEval": false,
"allowUrls": [
"gql.twitch.tv",
"twitch.tv",
"usher.ttvnw.net",
"api.ttv.lol",
"lb-eu.cdn-perfprod.com",
"lb-na.cdn-perfprod.com",
"lb-sa.cdn-perfprod.com",
"eu.luminous.dev",
"as.luminous.dev"
],
"authentication": {
"userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.113 Mobile Safari/537.36",
"loginUrl": "https://www.twitch.tv/login",
"headersToFind": ["Authorization"],
"domainHeadersToFind": {
".twitch.tv": ["authorization"]
}
},
"supportedClaimTypes": [14],
"settings": [
{
"variable": "proxy",
"name": "Proxy Address",
"description": "The address of the proxy used for streams and videos. This should block server-side ad injections.",
"type": "Dropdown",
"default": "0",
"options": [
"None",
"api.ttv.lol",
"lb-eu.cdn-perfprod.com",
"lb-na.cdn-perfprod.com",
"lb-sa.cdn-perfprod.com",
"eu.luminous.dev",
"as.luminous.dev"
]
}
]
}