mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
20 lines
579 B
JSON
20 lines
579 B
JSON
{
|
|
"name": "FCMS",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Family Connections CMS (FCMS)",
|
|
"website": "https://www.familycms.com/index.php",
|
|
"matches": [
|
|
{
|
|
"text": "<meta name=\"author\" content=\"Ryan Haudenschilt\"/>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:- [pP]owered by Family Connections<\\/title>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:- [pP]owered by Family Connections ([^\\s^<]+)[\\s]*<\\/title>[\\s]*(<meta|<link))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|