allow customizing browser extension icon
a
august-karlstedt
right now for firefox i have to put something like this in userChrome.css:
```
#jid0-adyhmvsp91nuo8prv0mn2vkeb84_jetpack-BAP {
--webextension-menupanel-image: url("moz-extension://9c818004-ceaf-41fd-88aa-c6d564b171a7/assets/icon_32.png") !important;
--webextension-menupanel-image-dark: url("moz-extension://9c818004-ceaf-41fd-88aa-c6d564b171a7/assets/icon_32.png") !important;
--webextension-toolbar-image: url("moz-extension://9c818004-ceaf-41fd-88aa-c6d564b171a7/assets/icon_32.png") !important;
--webextension-toolbar-image-dark: url("moz-extension://9c818004-ceaf-41fd-88aa-c6d564b171a7/assets/icon_32.png") !important;
}```
to change the icon from the plain white one to the colorful one. it would be nice if this was just a setting in the extension!!!
Log In