mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
25 lines
601 B
JSON
25 lines
601 B
JSON
{
|
|
"name": "RainLoop",
|
|
"website": "https://www.rainloop.net/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "^RainLoop"
|
|
},
|
|
{
|
|
"regexp": "<link[^>]href=\"rainloop/v/([0-9.]+)/static/apple-touch-icon\\.png/>",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "meta[rlAppVersion]",
|
|
"regexp": "^([0-9.]+)$",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "^rainloop/v/([0-9.]+)/",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |