mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
546 B
JSON
19 lines
546 B
JSON
{
|
|
"name": "KeyFocus-WebServer",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "KeyFocus Web Server is a free HTTP Server that can host an unlimited number of web sites.",
|
|
"website": "http://www.keyfocus.net/kfws/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^KFWebServer$)"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^KFWebServer\\/([\\d\\.]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|