mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
435 B
JSON
18 lines
435 B
JSON
{
|
|
"name": "nopCommerce",
|
|
"website": "http://www.nopcommerce.com",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[Nop.customer]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "(?:<!--Powered by nopCommerce|Powered by: <a[^>]+nopcommerce)"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "^nopCommerce$"
|
|
}
|
|
],
|
|
"implies": "Microsoft ASP.NET"
|
|
} |