mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
24 lines
707 B
JSON
24 lines
707 B
JSON
{
|
|
"name": "vbPortal",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "Portal and CMS for vBulletin",
|
|
"website": "http://www.vbportal.com/",
|
|
"matches": [
|
|
{
|
|
"text": "<meta name=\"generator\" content=\"vbPortal - Copyright 2010\" />"
|
|
},
|
|
{
|
|
"text": "\t<!-- Do not remove or your scheduled tasks will cease to function -->"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<meta name=\"generator\" content=\"vbPortal ([\\d\\.]+)\" \\/>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:Portal By vbPortal Version ([\\d\\.]+)<br \\/>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|