mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"name": "PrestaShop",
|
|
"author": "Chris@NetAgence.com, Bhavin Senjaliya <bhavin.senjaliya@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "Ecommerce CMS Prestashop.",
|
|
"website": "http://www.prestashop.com/",
|
|
"matches": [
|
|
{
|
|
"name": "PrestaShop-powered meta generator",
|
|
"regexp": "(?-mix:<meta name=\"generator\"[^>]*content=\"PrestaShop)"
|
|
},
|
|
{
|
|
"string": "FR",
|
|
"name": "PrestaShop-Powered meta description",
|
|
"regexp": "(?-mix:<meta name=\"description\"[^>]*content=\"par PrestaShop)"
|
|
},
|
|
{
|
|
"string": "EN",
|
|
"name": "PrestaShop-Powered meta description",
|
|
"regexp": "(?-mix:<meta name=\"description\"[^>]*content=\"Shop powered by PrestaShop)"
|
|
},
|
|
{
|
|
"name": "html comment",
|
|
"regexp": "(?-mix:<!-- \\/Block permanent links module HEADER -->)"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:PrestaShop)",
|
|
"name": "PrestaShop cookie"
|
|
}
|
|
]
|
|
}
|