mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
411 B
JSON
19 lines
411 B
JSON
{
|
|
"name": "Aurelia",
|
|
"website": "http://aurelia.io",
|
|
"matches": [
|
|
{
|
|
"regexp": "<[^>]+aurelia-app=[^>]"
|
|
},
|
|
{
|
|
"regexp": "<[^>]+data-main=[^>]aurelia-bootstrapper"
|
|
},
|
|
{
|
|
"regexp": "<[^>]+au-target-id=[^>]\\d"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "aurelia(?:\\.min)?\\.js"
|
|
}
|
|
]
|
|
} |