aboutsummaryrefslogtreecommitdiffstats
path: root/app/manifest.json
diff options
context:
space:
mode:
authorDan Finlay <542863+danfinlay@users.noreply.github.com>2018-07-05 02:05:16 +0800
committerGitHub <noreply@github.com>2018-07-05 02:05:16 +0800
commit68e1f22193dbba6c9ae3d6e4d22ee68244c05418 (patch)
tree4754c9e6ae476ecd7269b86775db3e8c0eae5011 /app/manifest.json
parent7d882fe491cd27bef3d2b9f5617ba2af39e15333 (diff)
parentf38dc03b27a457733315cbb16d59d0ea339505da (diff)
downloadtangerine-wallet-browser-68e1f22193dbba6c9ae3d6e4d22ee68244c05418.tar.gz
tangerine-wallet-browser-68e1f22193dbba6c9ae3d6e4d22ee68244c05418.tar.zst
tangerine-wallet-browser-68e1f22193dbba6c9ae3d6e4d22ee68244c05418.zip
Merge pull request #4405 from PortalNetwork/portal-metamask
Integration ENS with IPFS
Diffstat (limited to 'app/manifest.json')
-rw-r--r--app/manifest.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/manifest.json b/app/manifest.json
index 50b7e3c53..a226adfb0 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -59,7 +59,10 @@
"unlimitedStorage",
"clipboardWrite",
"http://localhost:8545/",
- "https://*.infura.io/"
+ "https://*.infura.io/",
+ "activeTab",
+ "webRequest",
+ "*://*.eth/"
],
"web_accessible_resources": [
"inpage.js"
@@ -72,4 +75,4 @@
"*"
]
}
-} \ No newline at end of file
+}