mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
783 B
JSON
19 lines
783 B
JSON
{
|
|
"name": "FrontPage-Extensions",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.3",
|
|
"description": "Microsoft FrontPage (full name Microsoft Office FrontPage) is a WYSIWYG HTML editor and web site administration tool from Microsoft for the Microsoft Windows line of operating systems. This plugin identifies the FrontPage HTTP server header which is indicates the presence of FrontPage extensions.",
|
|
"website": "http://office.microsoft.com/en-au/frontpage-help/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:FrontPage\\/([^\\s]+))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:^FrontPage)",
|
|
"search": "headers[server]"
|
|
}
|
|
]
|
|
}
|