Skip to content

Commit

Permalink
Move <all_urls> under host_permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
earvinpiamonte committed Nov 14, 2021
1 parent 38ec453 commit 02bbd51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"permissions": [
"activeTab",
"scripting",
"storage",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"background": {
Expand Down

0 comments on commit 02bbd51

Please sign in to comment.