diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-11-12 15:05:38 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:49:11 +0800 |
commit | a614f2807d3b127dd066ed24a000f57e07c9935c (patch) | |
tree | 3256ba189894858736be972d0d3b6f742b5e767f | |
parent | 4339b40131007598add2961cd9eccec315efd674 (diff) | |
download | dexon-wallet-a614f2807d3b127dd066ed24a000f57e07c9935c.tar.gz dexon-wallet-a614f2807d3b127dd066ed24a000f57e07c9935c.tar.zst dexon-wallet-a614f2807d3b127dd066ed24a000f57e07c9935c.zip |
Allow deversi.online
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e675743b..9730964b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1205,6 +1205,8 @@ Made seed word restoring BIP44 compatible. Added the ability to restore accounts from seed words. ## Current Master +## 1.0.7 Mon Nov 12 2018 + ## 1.0.6 Fri Nov 09 2018 ## 1.0.5 Fri Nov 09 2018 diff --git a/app/manifest.json b/app/manifest.json index c4c77ff8..82c4d856 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.0.6", + "version": "1.0.7", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", @@ -46,6 +46,7 @@ "https://*.dexscan.org/*", "https://*.dexon.org/*", "https://deversi.netlify.com/*", + "https://deversi.online/*", "http://localhost:3000/*" ], "js": [ @@ -67,7 +68,6 @@ "storage", "unlimitedStorage", "clipboardWrite", - "https://testnet.dexscan.org/", "activeTab", "webRequest", "notifications" |