mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
645 B
JSON
19 lines
645 B
JSON
{
|
|
"name": "VamCart",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "VamCart - CakePHP Based Open Source Shopping Cart",
|
|
"website": "http://vamcart.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<link type=\"text\\/css\" href=\"[^\"]+\\/stylesheets\\/load\\/vamcart\\.css\" rel=\"stylesheet\" media=\"screen\"\\/>)"
|
|
},
|
|
{
|
|
"text": "<!-- Powered by: VamCart (http://vamcart.com) -->"
|
|
},
|
|
{
|
|
"text": "<p><a href=\"http://vamcart.com/\">PHP Shopping Cart</a> <a href=\"http://vamcart.com/\">VamCart</a></p>"
|
|
}
|
|
]
|
|
}
|