mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-28 00:18:45 +03:00
13 lines
296 B
JSON
13 lines
296 B
JSON
[
|
|
{
|
|
"desc" : "Thunderbird",
|
|
"ua" : "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0",
|
|
"expect" :
|
|
{
|
|
"name" : "Thunderbird",
|
|
"version" : "78.13.0",
|
|
"type" : "email"
|
|
}
|
|
}
|
|
]
|