Skip to content

Commit

Permalink
Fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxRefire committed Sep 2, 2024
1 parent 9c821ef commit f311d7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest_chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"default_title": "DownExtZip",
"default_popup": "popup.html"
},
"permissions":["tabs"]
"permissions":["tabs"],
"host_permissions":["<all_urls>"]
}
1 change: 1 addition & 0 deletions manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"default_popup": "popup.html"
},
"permissions":["tabs"],
"host_permissions":["<all_urls>"],
"browser_specific_settings": {
"gecko": {
"id": "DownExtZip@DownExtZip"
Expand Down

0 comments on commit f311d7c

Please sign in to comment.