mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-30 17:27:44 +03:00
feat: Update and expand Chromecast device families (#724)
This commit is contained in:
@@ -3554,6 +3554,42 @@
|
||||
"type": "mobile"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc": "Google Chromecast with Google TV",
|
||||
"ua": "Mozilla/5.0 (Linux; Android 12.0; Build/STTL.240206.002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.0 Safari/537.36 CrKey/1.56.500000 DeviceType/AndroidTV",
|
||||
"expect": {
|
||||
"vendor": "Google",
|
||||
"model": "Chromecast AndroidTV",
|
||||
"type": "smarttv"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc": "Google Chromecast Mini Smart Speaker",
|
||||
"ua": "Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.225 Safari/537.36 CrKey/1.56.500000 DeviceType/SmartSpeaker",
|
||||
"expect": {
|
||||
"vendor": "Google",
|
||||
"model": "Chromecast SmartSpeaker",
|
||||
"type": "smarttv"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc": "Google Chromecast Third Generation",
|
||||
"ua": "Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.225 Safari/537.36 CrKey/1.56.500000 DeviceType/Chromecast",
|
||||
"expect": {
|
||||
"vendor": "Google",
|
||||
"model": "Chromecast Third Generation",
|
||||
"type": "smarttv"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc": "Google Chromecast Nest Hub",
|
||||
"ua": "Mozilla/5.0 (Fuchsia) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 CrKey/1.56.500000",
|
||||
"expect": {
|
||||
"vendor": "Google",
|
||||
"model": "Chromecast Nest Hub",
|
||||
"type": "smarttv"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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",
|
||||
|
@@ -414,11 +414,38 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc" : "Google Chromecast",
|
||||
"desc" : "Google Chromecast with Google TV",
|
||||
"ua" : "Mozilla/5.0 (Linux; Android 12.0; Build/STTL.240206.002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.0 Safari/537.36 CrKey/1.56.500000 DeviceType/AndroidTV",
|
||||
"expect" :
|
||||
{
|
||||
"name" : "Chromecast Android",
|
||||
"version" : "12.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc" : "Google Chromecast Nest Hub",
|
||||
"ua" : "Mozilla/5.0 (Fuchsia) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 CrKey/1.56.500000",
|
||||
"expect" :
|
||||
{
|
||||
"name" : "Chromecast Fuchsia",
|
||||
"version" : "1.56.500000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc" : "Google Chromecast Mini Smart Speaker",
|
||||
"ua" : "Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.225 Safari/537.36 CrKey/1.56.500000 DeviceType/SmartSpeaker",
|
||||
"expect" :
|
||||
{
|
||||
"name" : "Chromecast SmartSpeaker",
|
||||
"version" : "1.56.500000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc" : "Google Chromecast Legacy Linux-Based",
|
||||
"ua" : "Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.81 Safari/537.36 CrKey/1.42.183786",
|
||||
"expect" :
|
||||
{
|
||||
"name" : "Chromecast",
|
||||
"name" : "Chromecast Linux",
|
||||
"version" : "1.42.183786"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user