Skip to content

Commit

Permalink
chore[react-devtools/extensions]: remove unused storage permission
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxyq committed Aug 9, 2024
1 parent c9830d6 commit b213070
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 b213070

Please sign in to comment.