We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9273024 commit 3679dffCopy full SHA for 3679dff
1 file changed
packages/wxt/src/types.ts
@@ -965,10 +965,13 @@ export type UserManifest = {
965
} & {
966
// Add any Browser-specific or MV2 properties that WXT supports here
967
action?: Browser.runtime.ManifestV3['action'] & {
968
- browser_style?: boolean;
+ default_area?: 'navbar' | 'menupanel' | 'tabstrip' | 'personaltoolbar';
969
+ theme_icons?: ThemeIcon[];
970
};
971
browser_action?: Browser.runtime.ManifestV2['browser_action'] & {
972
browser_style?: boolean;
973
974
975
976
page_action?: Browser.runtime.ManifestV2['page_action'] & {
977
0 commit comments