diff options
load from storage on start and export unsignedTxs on remote connect
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app/manifest.json b/app/manifest.json index cd23eee87..d760eea0f 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -39,5 +39,11 @@ ], "web_accessible_resources": [ "scripts/inpage.js" - ] + ], + "externally_connectable": { + "matches": [ + "https://metamask.io/*", + "https://alpha.metamask.io/*" + ] + } }
\ No newline at end of file |