add needed permission to access any remote https host

This commit is contained in:
Dave Horton
2023-11-16 15:27:00 -05:00
parent 69cb5c544e
commit 9215fefff7

View File

@@ -9,7 +9,11 @@
"background": { "background": {
"service_worker": "background/index.js" "service_worker": "background/index.js"
}, },
"permissions": ["activeTab", "storage"], "permissions": [
"activeTab",
"storage",
"https://*/*"
],
"icons": { "icons": {
"16": "icons/icon.png", "16": "icons/icon.png",
"48": "icons/icon.png", "48": "icons/icon.png",