mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
17 lines
573 B
JSON
17 lines
573 B
JSON
{
|
|
"name": "FileVista",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "FileVista is a web file manager for storing, managing and sharing files online through your web browser.",
|
|
"website": "http://www.gleamtech.com/products/filevista/web-file-manager",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<!--\\r?\\n\\tFileVista v([\\d\\.]+)\\r?\\n\\tCopyright )",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"text": "<td>Welcome to FileVista<br />Please enter your credentials:</td>"
|
|
}
|
|
]
|
|
}
|