mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
617 B
JSON
19 lines
617 B
JSON
{
|
|
"name": "Zero-One-Technology-Print-Server",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Zero One Technology Print Server - Print servers connect printers directly to the network so that multiple PCs can share them.",
|
|
"website": "http://www.01tech.com/p1-1product.asp?Bid=2",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^ZOT-PS-)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^ZOT-PS-[\\d]+\\/(.+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|