Merge pull request #87 from SilentCicero/master

Add Chrome "file://" protocol to MetaMask manifest
feature/default_network_editable
Dan Finlay 9 years ago
commit 36caecd81c
  1. 1
      app/manifest.json

@ -26,6 +26,7 @@
"content_scripts": [
{
"matches": [
"file://*/*",
"http://*/*",
"https://*/*"
],

Loading…
Cancel
Save