Add new OS: ArcaOS

https://www.arcanoae.com/arcaos/
This commit is contained in:
Faisal Salman
2025-03-28 05:23:36 +07:00
parent 8ae88b6aa5
commit 598c51c69c
5 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
[
{
"desc" : "ArcaOS",
"ua" : "Mozilla/5.0 (OS/2; ArcaOS 5.0.6; x86_64; rv:89.0) Gecko/20100101 Firefox/89.0",
"expect" :
{
"name" : "ArcaOS",
"version" : "5.0.6"
}
},
{
"desc" : "ArcaOS",
"ua" : "Mozilla/5.0 (OS/2; ArcaOS; x64; rv:89.0) Gecko/20100101 Firefox/89.0",
"expect" :
{
"name" : "ArcaOS",
"version" : "undefined"
}
}
]

View File

@@ -7,5 +7,23 @@
"name" : "OS/2",
"version" : "undefined"
}
},
{
"desc" : "OS/2",
"ua" : "Mozilla/5.0 (OS/2; OS/2 i386) AppleWebKit/538.36 (KHTML, like Gecko) QtWebEngine/5.15.2 Chrome/127.0.6533.72",
"expect" :
{
"name" : "OS/2",
"version" : "undefined"
}
},
{
"desc" : "OS/2",
"ua" : "Mozilla/5.0 (OS/2; Warp 4.5; rv:45.0) Gecko/20100101 Firefox/45.0",
"expect" :
{
"name" : "OS/2",
"version" : "undefined"
}
}
]