Exclude Certain Results (like apple touch icons or favicon)

I was wondering if there is a way to exclude certain results from a plugin. I’ve tried using the ExcludeLinksNamed and the LinksNotMatching key in a plugin to remove this (there sometimes are 15 different icons of some sort under the returned images panel).

Neither:

<key>ExcludeLinksNamed</key>
<string>*apple-touch-icon*</string>

Nor:

<key>LinksNotMatching</key>
<string>*apple-touch-icon*.png</string>

worked.

It’s not the end of the world, but the results are less clean by unnecessary icons like this or the favicon, so I’d like to just exclude those from the results.

Any ideas?

Only basic wildcards are currently supported: suffix, prefix or substring. But as long as this isn’t going to be a plugin for image search, you could e.g. add *.png to LinksNotMatching