diff options
author | Nick Dodson <silentcicero@outlook.com> | 2016-04-04 00:27:53 +0800 |
---|---|---|
committer | Nick Dodson <silentcicero@outlook.com> | 2016-04-04 00:27:53 +0800 |
commit | 46de6ea3192efebfb9e1a49634e1087212172cf6 (patch) | |
tree | 863041929979b566a4d27f8c4561c77fca815650 /app/manifest.json | |
parent | 448925805cc92ab1813c984d4341b07c0a40797c (diff) | |
download | tangerine-wallet-browser-46de6ea3192efebfb9e1a49634e1087212172cf6.tar tangerine-wallet-browser-46de6ea3192efebfb9e1a49634e1087212172cf6.tar.gz tangerine-wallet-browser-46de6ea3192efebfb9e1a49634e1087212172cf6.tar.bz2 tangerine-wallet-browser-46de6ea3192efebfb9e1a49634e1087212172cf6.tar.lz tangerine-wallet-browser-46de6ea3192efebfb9e1a49634e1087212172cf6.tar.xz tangerine-wallet-browser-46de6ea3192efebfb9e1a49634e1087212172cf6.tar.zst tangerine-wallet-browser-46de6ea3192efebfb9e1a49634e1087212172cf6.zip |
Add Chrome "file://" protocol to MetaMask manifest
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 1 |
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://*/*" ], |