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

11 lines
235 B
JSON

[
{
"desc" : "Contiki",
"ua" : "Contiki/1.0 (Commodore 64; http://dunkels.com/adam/contiki/)",
"expect" :
{
"name" : "Contiki",
"version" : "1.0"
}
}
]