You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firefox supports theme_icons field in browser_action (MV2) or action (MV3). It would be great to automatically discover (or generate with auto-icons) those.
It would be great to auto discover them i.e. in icon/16-light.png etc.
For auto-icons, IMHO best approach would be automatically check for icon/light.(png|svg) and icon/dark.(png|svg) and if present, generate proper sizes. Or little worse, activate it with with i.e. baseLightIconPath option.
What are the alternatives?
Simply define them manually via manifest.browser_action.theme_icons.
I'm onboard adding this to WXT. Not a priority right now, would maybe get to this after v1.0 is released. Anyone else is free to contribute this though.
Feature Request
Firefox supports theme_icons field in browser_action (MV2) or action (MV3). It would be great to automatically discover (or generate with auto-icons) those.
It would be great to auto discover them i.e. in
icon/16-light.png
etc.For auto-icons, IMHO best approach would be automatically check for
icon/light.(png|svg)
andicon/dark.(png|svg)
and if present, generate proper sizes. Or little worse, activate it with with i.e.baseLightIconPath
option.What are the alternatives?
Simply define them manually via
manifest.browser_action.theme_icons
.Additional context
documentation
The text was updated successfully, but these errors were encountered: