mirror of
https://github.com/jambonz/chrome-extension-dialer.git
synced 2025-12-19 04:47:45 +00:00
add needed permission to access any remote https host
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user