mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
490 B
JSON
18 lines
490 B
JSON
{
|
|
"name": "Microsoft Publisher",
|
|
"website": "https://office.microsoft.com/publisher",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?:<html [^>]*xmlns:w=\"urn:schemas-microsoft-com:office:publisher\"|<!--[if pub]><xml>)"
|
|
},
|
|
{
|
|
"search": "meta[ProgId]",
|
|
"regexp": "^Publisher\\."
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "Microsoft Publisher( [\\d.]+)?",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |