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

This commit is contained in:
Nick Dodson 2016-04-03 12:27:53 -04:00
parent 448925805c
commit 46de6ea319
1 changed files with 1 additions and 0 deletions

View File

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