1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00

Merge pull request #87 from SilentCicero/master

Add Chrome "file://" protocol to MetaMask manifest
This commit is contained in:
Dan Finlay 2016-04-03 10:27:23 -07:00
commit 36caecd81c

View File

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