From 6bf98c6923624d565619ecf68c9d4c41d76510ba Mon Sep 17 00:00:00 2001 From: kumavis Date: Sat, 1 Aug 2015 23:36:03 -0700 Subject: load from storage on start and export unsignedTxs on remote connect --- app/manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'app/manifest.json') 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 -- cgit