mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-29 17:04:26 +03:00
Merge pull request #228 from arturom/develop
Added Google Chromemast detection
This commit is contained in:
@@ -490,6 +490,16 @@
|
||||
"type" : "mobile"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"desc" : "Google Chromecast",
|
||||
"ua" : "Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.22.79313",
|
||||
"expect" :
|
||||
{
|
||||
"vendor" : "Google",
|
||||
"model" : "Chromecast"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"desc" : "Google Pixel C",
|
||||
|
Reference in New Issue
Block a user