aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorHsuan Lee <hsuan@cobinhood.com>2018-11-08 23:29:08 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 18:35:08 +0800
commit87ff4cea059dd11e6c81e4351fbaa97494407ae1 (patch)
tree172ac3ee4740027aca5424fad52e1f9e9ea44f33 /app
parentba29f96474f2c71bc1f66d77132393cf2adfd81c (diff)
downloaddexon-wallet-87ff4cea059dd11e6c81e4351fbaa97494407ae1.tar.gz
dexon-wallet-87ff4cea059dd11e6c81e4351fbaa97494407ae1.tar.zst
dexon-wallet-87ff4cea059dd11e6c81e4351fbaa97494407ae1.zip
1.0.1
Diffstat (limited to 'app')
-rw-r--r--app/manifest.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/manifest.json b/app/manifest.json
index e2d8b636..eac390b9 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -43,9 +43,8 @@
"content_scripts": [
{
"matches": [
- "file://*/*",
- "http://*/*",
- "https://*/*"
+ "https://*.dexscan.org/*",
+ "https://*.dexon.org/*"
],
"js": [
"contentscript.js"