mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
13 lines
366 B
JSON
13 lines
366 B
JSON
{
|
|
"name": "PoweredBy",
|
|
"author": "Andrew Horton, Brendan Coles < bcoles@gmail.com>",
|
|
"version": "0.3",
|
|
"description": "This plugin identifies instances of 'Powered by x' text and attempts to extract the value for x.",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"regexp": "(?i-mx:powered[ -]?by[ ]?([^\\s<>'\".]+))"
|
|
}
|
|
]
|
|
}
|