-
Hey, in a Firefox Manifest V2 extension, the browser_style property is not appearing in the final manifest for the side panel. Is there a way to fix it? |
Beta Was this translation helpful? Give feedback.
Answered by
aklinker1
Aug 14, 2024
Replies: 1 comment 3 replies
-
How or where are you setting the value to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like I have a typo causing WXT to look for
browse_style
instead ofbrowser_style
🤦wxt/packages/wxt/src/core/utils/building/find-entrypoints.ts
Line 390 in 2fd3503
#914