diff options
author | kumavis <kumavis@users.noreply.github.com> | 2018-05-22 04:41:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-22 04:41:09 +0800 |
commit | e447438504d791f60e389c328970da7db2dbf4dc (patch) | |
tree | 001b14afe8f6b59c27dbc96eca4b6d0614a78fe3 /app/manifest.json | |
parent | 3180b69b974f8ffc0d6546a647725d1bf8539483 (diff) | |
parent | ad7d38c0dc206074379c813b307ed9350c7efeb0 (diff) | |
download | tangerine-wallet-browser-e447438504d791f60e389c328970da7db2dbf4dc.tar tangerine-wallet-browser-e447438504d791f60e389c328970da7db2dbf4dc.tar.gz tangerine-wallet-browser-e447438504d791f60e389c328970da7db2dbf4dc.tar.bz2 tangerine-wallet-browser-e447438504d791f60e389c328970da7db2dbf4dc.tar.lz tangerine-wallet-browser-e447438504d791f60e389c328970da7db2dbf4dc.tar.xz tangerine-wallet-browser-e447438504d791f60e389c328970da7db2dbf4dc.tar.zst tangerine-wallet-browser-e447438504d791f60e389c328970da7db2dbf4dc.zip |
Merge pull request #3997 from jakubsta/master
Allow other extensions to connect
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/manifest.json b/app/manifest.json index 8a14323f0..141026d10 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -67,6 +67,7 @@ "externally_connectable": { "matches": [ "https://metamask.io/*" - ] + ], + "ids": ["*"] } }
\ No newline at end of file |