Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
driedpampas authored Oct 2, 2023
1 parent ceefdfc commit 1212a88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion platform_spec/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"webNavigation",
"tabs",
"declarativeNetRequestWithHostAccess",
"webRequest"
"webRequest",
"webRequestBlocking"
],
"host_permissions": [
"<all_urls>"
Expand Down
3 changes: 2 additions & 1 deletion platform_spec/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"webNavigation",
"tabs",
"declarativeNetRequestWithHostAccess",
"webRequest"
"webRequest",
"webRequestBlocking"
],
"host_permissions": [
"<all_urls>"
Expand Down

0 comments on commit 1212a88

Please sign in to comment.