mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
454 B
JSON
18 lines
454 B
JSON
{
|
|
"name": "BLOX",
|
|
"author": "Shuai Lin, Bhavin Senjaliya, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "BLOX is a cloud based CMS",
|
|
"website": "https://www.townnews365.com./",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:BLOX CMS version: [\\d.]+)"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:^TNNoMobile)",
|
|
"name": "TNNoMobile cookie"
|
|
}
|
|
]
|
|
}
|