mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
488 B
JSON
19 lines
488 B
JSON
{
|
|
"name": "Brother-Fax",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "Brother fax web interface",
|
|
"website": "http://www.brother.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<TITLE>\\nBrother (MFC-[\\dA-Z]+)\\n<\\/TITLE>)"
|
|
},
|
|
{
|
|
"certainty": 25,
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^[Dd]ebut\\/([\\d\\.]+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|