mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
17 lines
390 B
JSON
17 lines
390 B
JSON
{
|
|
"name": "Clarity",
|
|
"website": "https://clarity.design/",
|
|
"matches": [
|
|
{
|
|
"regexp": "<clr-main-container"
|
|
},
|
|
{
|
|
"regexp": "<link [^>]*href=\"[^\"]*clr-ui(?:\\.min)?\\.css"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "clr-angular(?:\\.umd)?(?:\\.min)?\\.js"
|
|
}
|
|
],
|
|
"implies": "Angular"
|
|
} |