ua-parser-js/test/data/ua/os/ghostbsd.json
2024-11-28 23:24:19 +07:00

11 lines
259 B
JSON

[
{
"desc" : "GhostBSD",
"ua" : "Mozilla/5.0 (X11; GhostBSD/10.3; x86_64; rv:50.0.1) Gecko/20100101 Firefox/50.0.1",
"expect" :
{
"name" : "GhostBSD",
"version" : "10.3"
}
}
]