mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
22 lines
424 B
JSON
22 lines
424 B
JSON
{
|
|
"name": "Web2py",
|
|
"website": "http://web2py.com",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "web2py"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "^Web2py"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "web2py\\.js"
|
|
}
|
|
],
|
|
"implies": [
|
|
"Python",
|
|
"jQuery"
|
|
]
|
|
} |