Skip to content

Commit

Permalink
Specify optional_host_permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Apr 3, 2022
1 parent c225bfe commit eedb482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"permissions": ["activeTab", "contextMenus", "scripting", "storage"],
"optional_permissions": ["tabs", "clipboardWrite"],
"optional_host_permissions": ["<all_urls>"],
"background": {
"service_worker": "src/eventPage.js"
},
Expand Down

0 comments on commit eedb482

Please sign in to comment.