mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
415 B
JSON
19 lines
415 B
JSON
{
|
|
"name": "Bubble",
|
|
"website": "http://bubble.is",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-bubble-capacity-limit]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-bubble-capacity-used]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-bubble-perf]",
|
|
"regexp": ".*"
|
|
}
|
|
],
|
|
"implies": "Node.js"
|
|
} |