Skip to content

Commit

Permalink
fix(@lexical/devtools): Reduce requested permissions as we don't use …
Browse files Browse the repository at this point in the history
…them atm (#6099)
  • Loading branch information
StyleT authored May 13, 2024
1 parent 867d449 commit 267382e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-devtools/wxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default defineConfig({
48: '/icon/48.png',
},
name: 'Lexical Developer Tools',
permissions: ['scripting', 'storage', 'tabs'],
permissions: ['tabs'],
version:
JSON.parse(
fs.readFileSync(path.resolve(__dirname, 'package.json')).toString(),
Expand Down

0 comments on commit 267382e

Please sign in to comment.