@samitouri / QOS-React / commits / 233d63c497

chore[react-devtools/extensions]: remove unused storage permission (#30826)

Stacked on https://github.com/facebook/react/pull/30825. See [this commit](https://github.com/facebook/react/pull/30826/commits/b2130701cf6b25d7a96c1e92b44f41affa56bb35). We are not using `storage` anywhere yet, but will be soon. This permission is not needed.

Ruslan Lesiutin committed Aug 29, 2024 at 11:32 UTC 233d63c497d3a5f669a1bae1ee1d3f389e12a42a
2 files changed -2
packages/react-devtools-extensions/chrome/manifest.json
-1
@@ -41,7 +41,6 @@
41 "service_worker": "build/background.js"
42 },
43 "permissions": [
44 - "storage",
44 "scripting",
45 "tabs"
46 ],
packages/react-devtools-extensions/edge/manifest.json
-1
@@ -41,7 +41,6 @@
41 "service_worker": "build/background.js"
42 },
43 "permissions": [
44 - "storage",
44 "scripting",
45 "tabs"
46 ],