Skip to content

Commit

Permalink
move <all_urls> to optional_host_permissions (part of #76)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverDecaf committed Oct 7, 2022
1 parent ad08695 commit 8eba132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"contextMenus",
"downloads"
],
"host_permissions": ["https://clients2.google.com/service/*", "<all_urls>"],
"host_permissions": ["https://clients2.google.com/service/*"],
"optional_host_permissions": ["<all_urls>"],
"action": {
"default_icon": {
"16": "assets/icon/icon_16.png",
Expand Down

0 comments on commit 8eba132

Please sign in to comment.