Skip to content

Commit

Permalink
feat(extension): request clipboardRead permission on firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceahasegan committed Feb 21, 2025
1 parent bd006d8 commit 6951ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/browser-extension-wallet/webpack-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const transformManifest = (content, mode) => {
}
};
}
manifest.permissions = [...manifest.permissions, 'clipboardRead'];
} else if (process.env.BROWSER === 'chrome') {
manifest.key = process.env.LACE_EXTENSION_KEY;
}
Expand Down

0 comments on commit 6951ff2

Please sign in to comment.