mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
14 lines
356 B
JSON
14 lines
356 B
JSON
{
|
|
"name": "Material Design Lite",
|
|
"website": "https://getmdl.io",
|
|
"matches": [
|
|
{
|
|
"regexp": "<link[^>]* href=\"[^\"]*material(?:\\.[\\w]+-[\\w]+)?(?:\\.min)?\\.css"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "(?:/([\\d.]+))?/material(?:\\.min)?\\.js",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |