mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
22 lines
689 B
JSON
22 lines
689 B
JSON
[
|
|
{
|
|
"desc" : "HTC Evo Shift 4G",
|
|
"ua" : "Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APA7373KT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0",
|
|
"expect" :
|
|
{
|
|
"vendor" : "HTC",
|
|
"model" : "Evo Shift 4G",
|
|
"type" : "mobile"
|
|
}
|
|
},
|
|
{
|
|
"desc" : "LG Nexus 4",
|
|
"ua" : "Mozilla/5.0 (Linux; Android 4.2.1; Nexus 4 Build/JOP40D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19",
|
|
"expect" :
|
|
{
|
|
"vendor" : "LG",
|
|
"model" : "Nexus 4",
|
|
"type" : "mobile"
|
|
}
|
|
}]
|