aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-04-04 01:27:23 +0800
committerDan Finlay <somniac@me.com>2016-04-04 01:27:23 +0800
commit36caecd81c7bbc58226976c3f6cd7141c40b198b (patch)
tree863041929979b566a4d27f8c4561c77fca815650
parent448925805cc92ab1813c984d4341b07c0a40797c (diff)
parent46de6ea3192efebfb9e1a49634e1087212172cf6 (diff)
downloadtangerine-wallet-browser-36caecd81c7bbc58226976c3f6cd7141c40b198b.tar.gz
tangerine-wallet-browser-36caecd81c7bbc58226976c3f6cd7141c40b198b.tar.zst
tangerine-wallet-browser-36caecd81c7bbc58226976c3f6cd7141c40b198b.zip
Merge pull request #87 from SilentCicero/master
Add Chrome "file://" protocol to MetaMask manifest
-rw-r--r--app/manifest.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/manifest.json b/app/manifest.json
index f37d4663d..a821cc4cb 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -26,6 +26,7 @@
"content_scripts": [
{
"matches": [
+ "file://*/*",
"http://*/*",
"https://*/*"
],