mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
622 B
JSON
19 lines
622 B
JSON
{
|
|
"name": "OwnServer",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "OwnServer is a web server used as a webserver for watching security cameras remotly. It allows broadcasting live streaming video on the web through the built-in webserver.",
|
|
"website": "http://www.anteco.co.il/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^OwnServer)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^OwnServer([\\d\\.]+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|