{
"name": "Microsoft PowerPoint",
"website": "https://office.microsoft.com/powerpoint",
"matches": [
{
"regexp": "(?:]*xmlns:w=\"urn:schemas-microsoft-com:office:powerpoint\"||[^<]+[^!]+\\d+(?:[^!]+([\\d.]+))?)",
"offset": 1
},
{
"search": "meta[ProgId]",
"regexp": "^PowerPoint\\."
},
{
"search": "meta[generator]",
"regexp": "Microsoft PowerPoint ( [\\d.]+)?",
"offset": 1
}
]
}