mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Merge pull request #87 from SilentCicero/master
Add Chrome "file://" protocol to MetaMask manifest
This commit is contained in:
commit
36caecd81c
@ -26,6 +26,7 @@
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"file://*/*",
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user