mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
534 B
JSON
19 lines
534 B
JSON
{
|
|
"name": "Roxen",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Roxen WebServer is a full-featured open-source web server distributed under the GPL license.",
|
|
"website": "http://www.roxen.com/products/webserver/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Roxen$)"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Roxen\\/([^\\s]+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|