mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
20 lines
590 B
JSON
20 lines
590 B
JSON
[
|
|
{
|
|
"desc": "Alcatel",
|
|
"ua": "Mozilla/5.0 (Linux; Android 4.4.2; ALCATEL A564C Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36",
|
|
"expect": {
|
|
"vendor": "ALCATEL",
|
|
"model": "A564C",
|
|
"type": "mobile"
|
|
}
|
|
},
|
|
{
|
|
"desc": "Alcatel Go Flip",
|
|
"ua": "Mozilla/5.0 (Mobile; ALCATEL4044T; rv:37.0) Gecko/37.0 Firefox/37.0 KaiOS/1.0",
|
|
"expect": {
|
|
"vendor": "ALCATEL",
|
|
"model": "4044T",
|
|
"type": "mobile"
|
|
}
|
|
}
|
|
] |