mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
683 B
JSON
19 lines
683 B
JSON
{
|
|
"name": "Microsoft PowerPoint",
|
|
"website": "https://office.microsoft.com/powerpoint",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?:<html [^>]*xmlns:w=\"urn:schemas-microsoft-com:office:powerpoint\"|<link rel=\"?Presentation-XML\"? href=\"?[^\"]+\\.xml\"?>|<o:PresentationFormat>[^<]+</o:PresentationFormat>[^!]+<o:Slides>\\d+</o:Slides>(?:[^!]+<o:Version>([\\d.]+)</o:Version>)?)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "meta[ProgId]",
|
|
"regexp": "^PowerPoint\\."
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "Microsoft PowerPoint ( [\\d.]+)?",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |