mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
477 B
JSON
19 lines
477 B
JSON
{
|
|
"name": "Xeneo-Web-Server",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Xeneo Web Server",
|
|
"website": "http://www.northernsolutions.com/products/xeneo/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Xeneo\\/([^\\s]+)$)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Xeneo$)"
|
|
}
|
|
]
|
|
}
|