mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
20 lines
620 B
JSON
20 lines
620 B
JSON
[
|
|
{
|
|
"desc": "Tesla",
|
|
"ua": "Mozilla/5.0 (X11; GNU/Linux) AppleWebKit/601.1 (KHTML, like Gecko) Tesla QtCarBrowser Safari/601.1",
|
|
"expect": {
|
|
"vendor": "Tesla",
|
|
"model": "undefined",
|
|
"type": "embedded"
|
|
}
|
|
},
|
|
{
|
|
"desc": "Tesla",
|
|
"ua": "Mozilla/5.0 (X11; GNU/Linux) AppleWebKit/537.36 (KHTML, like Gecko) Chromium/79.0.3945.130 Chrome/79.0.3945.130 Safari/537.36 Tesla/2020.16.2.1-e99c70fff409",
|
|
"expect": {
|
|
"vendor": "Tesla",
|
|
"model": "undefined",
|
|
"type": "embedded"
|
|
}
|
|
}
|
|
] |