mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
16 lines
344 B
JSON
16 lines
344 B
JSON
{
|
|
"name": "Ghost",
|
|
"website": "http://ghost.org",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-ghost-cache-status]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "Ghost(?:\\s([\\d.]+))?",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "Node.js"
|
|
} |