Add Chrome "file://" protocol to MetaMask manifest

feature/default_network_editable
Nick Dodson 9 years ago
parent 448925805c
commit 46de6ea319
  1. 1
      app/manifest.json

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

Loading…
Cancel
Save