From 46de6ea3192efebfb9e1a49634e1087212172cf6 Mon Sep 17 00:00:00 2001 From: Nick Dodson Date: Sun, 3 Apr 2016 12:27:53 -0400 Subject: Add Chrome "file://" protocol to MetaMask manifest --- app/manifest.json | 1 + 1 file changed, 1 insertion(+) (limited to 'app') 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://*/*" ], -- cgit