Skip to content

Commit 3679dff

Browse files
VaughnBosuaklinker1
authored andcommitted
fix: add Firefox action manifest typings (#2217)
1 parent 9273024 commit 3679dff

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/wxt/src/types.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,10 +965,13 @@ export type UserManifest = {
965965
} & {
966966
// Add any Browser-specific or MV2 properties that WXT supports here
967967
action?: Browser.runtime.ManifestV3['action'] & {
968-
browser_style?: boolean;
968+
default_area?: 'navbar' | 'menupanel' | 'tabstrip' | 'personaltoolbar';
969+
theme_icons?: ThemeIcon[];
969970
};
970971
browser_action?: Browser.runtime.ManifestV2['browser_action'] & {
971972
browser_style?: boolean;
973+
default_area?: 'navbar' | 'menupanel' | 'tabstrip' | 'personaltoolbar';
974+
theme_icons?: ThemeIcon[];
972975
};
973976
page_action?: Browser.runtime.ManifestV2['page_action'] & {
974977
browser_style?: boolean;

0 commit comments

Comments
 (0)