our Office Add-in shows a pixelated icon in the list of Add-ins.
We're using following declerations in our manifest file:
<IconUrl DefaultValue="logo-32x32.png" />
<HighResolutionIconUrl DefaultValue="logo-64x64.png"/>
According to the documentation of HighResolutionIconUrl element and IconUrl element these are the only attributes to set.
Is there a way to ensure the App Icon is displayed correctly?
