mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
23 lines
919 B
JSON
23 lines
919 B
JSON
{
|
|
"name": "FileMakerPro",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "FileMaker Pro web publishing - FileMaker Pro is powerful, easy-to-use database software that helps you and your team get any task done faster. Millions of people in business, government, and education use FileMaker Pro to effortlessly manage all their information on Windows, Mac, and the web.",
|
|
"website": "http://www.filemaker.com.au/products/filemaker-pro/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^FileMakerPro)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^FileMakerPro\\/([^\\s]+))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^FileMakerPro\\/[^\\s]+ (WebCompanion\\/.+)$)"
|
|
}
|
|
]
|
|
}
|