forked from lwthiker/curl-impersonate
-
-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathbrowsers.json
More file actions
125 lines (125 loc) · 3.47 KB
/
browsers.json
File metadata and controls
125 lines (125 loc) · 3.47 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"browsers": [
{
"name": "chrome99",
"browser": {
"name": "chrome",
"version": "99.0.4844.51",
"os": "win10"
},
"binary": "curl-impersonate",
"wrapper_script": "curl_chrome99"
},
{
"name": "chrome100",
"browser": {
"name": "chrome",
"version": "100.0.4896.127",
"os": "win10"
},
"binary": "curl-impersonate",
"wrapper_script": "curl_chrome100"
},
{
"name": "chrome101",
"browser": {
"name": "chrome",
"version": "101.0.4951.67",
"os": "win10"
},
"binary": "curl-impersonate",
"wrapper_script": "curl_chrome101"
},
{
"name": "chrome104",
"browser": {
"name": "chrome",
"version": "104.0.5112.81",
"os": "win10"
},
"binary": "curl-impersonate",
"wrapper_script": "curl_chrome104"
},
{
"name": "chrome107",
"browser": {
"name": "chrome",
"version": "107.0.5304.107",
"os": "win10"
},
"binary": "curl-impersonate",
"wrapper_script": "curl_chrome107"
},
{
"name": "chrome110",
"browser": {
"name": "chrome",
"version": "110.0.5481.177",
"os": "win10"
},
"binary": "curl-impersonate",
"wrapper_script": "curl_chrome110"
},
{
"name": "chrome116",
"browser": {
"name": "chrome",
"version": "116.0.5845.180",
"os": "win10"
},
"binary": "curl-impersonate",
"wrapper_script": "curl_chrome116"
},
{
"name": "chrome99_android",
"browser": {
"name": "chrome",
"version": "99.0.4844.73",
"os": "android12",
"device": "pixel6"
},
"binary": "curl-impersonate",
"wrapper_script": "curl_chrome99_android"
},
{
"name": "edge99",
"browser": {
"name": "edge",
"version": "99.0.1150.30",
"os": "win10"
},
"binary": "curl-impersonate",
"wrapper_script": "curl_edge99"
},
{
"name": "edge101",
"browser": {
"name": "edge",
"version": "101.0.1210.47",
"os": "win10"
},
"binary": "curl-impersonate",
"wrapper_script": "curl_edge101"
},
{
"name": "safari15_3",
"browser": {
"name": "safari",
"version": "15.3",
"os": "macos11.6.4"
},
"binary": "curl-impersonate",
"wrapper_script": "curl_safari15_3"
},
{
"name": "safari15_5",
"browser": {
"name": "safari",
"version": "15.5",
"os": "macos12.4"
},
"binary": "curl-impersonate",
"wrapper_script": "curl_safari15_5"
}
]
}