Event Dime
Extensions panel uses wrong themed icon colour
Arts & Culture
- When:
- May 19, 2026 · 8:30 AM
- Where:
- Latest Add
- Source:
- Latest Add
Hello, I’m making an extension (well, getting AI to do so) and I’m having difficulties getting the icon colour right. Goal: making the icon visible both in light and dark mode. I have specified icons as such in manifest.json: "manifest_version": 3,... "action": "default_popup": "popup/popup.html", "theme_icons": [ "light": "icons/icon-48-black.png", "dark": "icons/icon-48-white.png", "size": 48, "light": "icons/icon-9-black.png", "dark": "icons/icon-96-white.png", "size": 96 ],... "icons": "48":