ua-parser-js/test/specs/os/plan9.json
2024-11-26 20:45:23 +07:00

11 lines
204 B
JSON

[
{
"desc" : "Plan9",
"ua" : "NCSA_Mosaic/5.0 (X11;Plan 9 4.0)",
"expect" :
{
"name" : "Plan 9",
"version" : "4.0"
}
}
]