ua-parser-js/test/specs/os/ghostbsd.json
2024-11-26 20:45:23 +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"
}
}
]