mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
513 B
JSON
19 lines
513 B
JSON
{
|
|
"name": "Monkey",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Monkey is a very small, fast and scalable web server for Linux.",
|
|
"website": "http://www.monkey-project.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^Monkey)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Monkey\\/([\\d\\.]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|