Skip to content

Commit

Permalink
Add the extension to the navbar by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihildt committed Aug 21, 2023
1 parent 27abaad commit b0f7384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export async function getManifest() {
browser_action: {
default_icon: './assets/mullvad-logo.svg',
default_popup: './dist/popup/index.html',
default_area: 'navbar',
},
background: {
page: './dist/background/index.html',
Expand Down

0 comments on commit b0f7384

Please sign in to comment.