2

I have a browser extension that works and looks fine in all major browsers except safari. The problem is that the icon of the extension near the address bar doesn't show correct image, instead it shows a black square. I tried both .png and .jpg icon image.

Any advice is apreciated.

dario
  • 5,149
  • 12
  • 28
  • 32
Alin
  • 342
  • 1
  • 4
  • 12

1 Answers1

2

When choosing an icon to work for Safari, please bear in mind the following Safari limitation as noted in the Crossrider documentation:

All transparent pixels are rendered in white and all other pixels are rendered in black. Hence, icons that do not have any transparent pixels appear as a black square.

gkof
  • 877
  • 8
  • 14