diff options
author | Kelvin Tan <kelvin.tyb@gmail.com> | 2018-07-25 23:37:04 +0800 |
---|---|---|
committer | Kelvin Tan <kelvin.tyb@gmail.com> | 2018-07-27 00:03:39 +0800 |
commit | 7ca402147df6064c389912ef8136235a9eb2ebc4 (patch) | |
tree | aaf0bd321f9ce82dfa3c59d194a5cff9003191f9 /app/manifest.json | |
parent | 53b440a2878cea6b97c42e9cc7969eabd3431f27 (diff) | |
download | tangerine-wallet-browser-7ca402147df6064c389912ef8136235a9eb2ebc4.tar tangerine-wallet-browser-7ca402147df6064c389912ef8136235a9eb2ebc4.tar.gz tangerine-wallet-browser-7ca402147df6064c389912ef8136235a9eb2ebc4.tar.bz2 tangerine-wallet-browser-7ca402147df6064c389912ef8136235a9eb2ebc4.tar.lz tangerine-wallet-browser-7ca402147df6064c389912ef8136235a9eb2ebc4.tar.xz tangerine-wallet-browser-7ca402147df6064c389912ef8136235a9eb2ebc4.tar.zst tangerine-wallet-browser-7ca402147df6064c389912ef8136235a9eb2ebc4.zip |
add phishing html page, and redirect to bundled page in-window
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 52256c5b7..ed328f19f 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -67,7 +67,8 @@ "notifications" ], "web_accessible_resources": [ - "inpage.js" + "inpage.js", + "phishing.html" ], "externally_connectable": { "matches": [ |