mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
461 B
JSON
19 lines
461 B
JSON
{
|
|
"name": "Blazor",
|
|
"website": "https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor",
|
|
"matches": [
|
|
{
|
|
"search": "script",
|
|
"regexp": "blazor\\.server\\.js"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "blazor\\.host\\.min\\.js"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "blazor\\.webassembly\\.js"
|
|
}
|
|
],
|
|
"implies": "Microsoft ASP.NET"
|
|
} |