Skip to content

Commit

Permalink
fix: Output action.browser_style correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Oct 16, 2023
1 parent 921af6a commit 6a93f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/utils/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ function addEntrypoints(
const options: Manifest.ActionManifest = {
default_icon: popup.options.defaultIcon,
default_title: popup.options.defaultTitle,
browser_style: popup.options.browserStyle,
};
if (manifest.manifest_version === 3) {
manifest.action = {
Expand Down

0 comments on commit 6a93f20

Please sign in to comment.