1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00

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

View File

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