mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
28 lines
675 B
JSON
28 lines
675 B
JSON
{
|
|
"name": "Adobe Experience Manager",
|
|
"website": "https://www.adobe.com/marketing/experience-manager.html",
|
|
"matches": [
|
|
{
|
|
"regexp": "<div class=\"[^\"]*parbase"
|
|
},
|
|
{
|
|
"regexp": "<div[^>]+data-component-path=\"[^\"+]jcr:"
|
|
},
|
|
{
|
|
"regexp": "<div class=\"[^\"]*aem-Grid"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "/etc/designs/"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "/etc/clientlibs/"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "/etc\\.clientlibs/"
|
|
}
|
|
],
|
|
"implies": "Java"
|
|
} |