mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
590 B
JSON
20 lines
590 B
JSON
{
|
|
"name": "Lussumo-Vanilla",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "A free, open-source, standards-compliant discussion forum for the web. ",
|
|
"website": "http://code.google.com/p/lussumo-vanilla/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "(?-mix:Lussumo Vanilla)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "(?-mix:Lussumo Vanilla ([^\\s]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|