Skip to content

Commit

Permalink
chore[react-devtools/extensions]: remove unused storage permission (#…
Browse files Browse the repository at this point in the history
…30826)

Stacked on #30825. See [this
commit](b213070).

We are not using `storage` anywhere yet, but will be soon. This
permission is not needed.
  • Loading branch information
hoxyq authored Aug 29, 2024
1 parent 795b320 commit 233d63c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/react-devtools-extensions/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"service_worker": "build/background.js"
},
"permissions": [
"storage",
"scripting",
"tabs"
],
Expand Down
1 change: 0 additions & 1 deletion packages/react-devtools-extensions/edge/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"service_worker": "build/background.js"
},
"permissions": [
"storage",
"scripting",
"tabs"
],
Expand Down

0 comments on commit 233d63c

Please sign in to comment.