Files
OneForAll-mirror/data/rules/whatweb/wow-raid-manager.json
T
2020-07-29 00:02:06 +08:00

18 lines
611 B
JSON

{
"name": "WoW-Raid-Manager",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "WoW Raid Manager or WRM for short is a PHP based application supporting World of Warcraft guilds.",
"website": "http://www.wowraidmanager.net/",
"matches": [
{
"certainty": 75,
"ghdb": "\"Raid Management Provided by WoW Raid Manager\""
},
{
"regexp": "(?-mix:Raid Management Provided by <a href=\"http:\\/\\/www.wowraidmanager.net\\/\">WoW Raid Manager<\\/a> v([\\d\\.]+))",
"offset": 1
}
]
}