Commit 00e13d8
fix: remove unused webRequest permission from manifest
The webRequest permission is declared but never used — the code
explicitly notes that webRequestBlocking is deprecated in MV3 and uses
JavaScript-level fetch/XHR interception instead. Removing this
permission reduces the extension's privilege surface and avoids
triggering unnecessary review during Chrome Web Store submission.
Co-Authored-By: claude-flow <ruv@ruv.net>1 parent b83f414 commit 00e13d8
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments