mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
21 lines
530 B
JSON
21 lines
530 B
JSON
{
|
|
"name": "net2ftp",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "net2ftp is a web based FTP client",
|
|
"website": "http://www.net2ftp.com/",
|
|
"matches": [
|
|
{
|
|
"certainty": 25,
|
|
"text": "<title>net2ftp - a web based FTP client</title>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<!-- net2ftp version ([^\\s]+) -->)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"text": "<!-- End of net2ftp login form -->"
|
|
}
|
|
]
|
|
}
|