mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
20 lines
754 B
JSON
20 lines
754 B
JSON
{
|
|
"name": "CubeCart",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "CubeCart is an out of the box ecommerce shopping cart software solution which has been written to run on servers that have PHP & MySQL support.",
|
|
"website": "http://www.cubecart.com/",
|
|
"matches": [
|
|
{
|
|
"text": "<div class='txtCopyright'>Powered by <a href='http://www.cubecart.com' class='txtCopyright' target='_blank'>CubeCart</a>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>[^<]{1,256} \\(Powered by CubeCart\\)<\\/title>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<p class=\"defaultText\">Powered by CubeCart version ([\\d\\.]+)<br \\/>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|