Skip to content

Commit

Permalink
remove unneeded webRequest permission
Browse files Browse the repository at this point in the history
  • Loading branch information
combatwombat committed Jul 10, 2022
1 parent d32cd53 commit c897d19
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified dist/chrome/lb-imdb.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/chrome/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"service_worker": "js/background.js"
},
"permissions": [
"webRequest"

],
"host_permissions": [
"https://letterboxd.com/film/*", "https://www.imdb.com/*"
Expand Down
Binary file modified dist/firefox/lb-imdb.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"service_worker": "js/background.js"
},
"permissions": [
"webRequest"

],
"host_permissions": [
"https://letterboxd.com/film/*", "https://www.imdb.com/*"
Expand Down

0 comments on commit c897d19

Please sign in to comment.