diff options
author | Chen Wei <chenwei@byzantine-lab.io> | 2019-07-04 12:10:02 +0800 |
---|---|---|
committer | Chen Wei <chenwei@byzantine-lab.io> | 2019-07-04 12:10:02 +0800 |
commit | 2e9a43b60000ffb29015bd9e14080de1bc58402e (patch) | |
tree | 5cb7f487bdbf109dac6ea8a18d984044a878cd62 | |
parent | a3a6e002158cba178613aed80074863b1f58d575 (diff) | |
download | tangerine-wallet-browser-2e9a43b60000ffb29015bd9e14080de1bc58402e.tar.gz tangerine-wallet-browser-2e9a43b60000ffb29015bd9e14080de1bc58402e.tar.zst tangerine-wallet-browser-2e9a43b60000ffb29015bd9e14080de1bc58402e.zip |
update manifest
-rw-r--r-- | app/manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/manifest.json b/app/manifest.json index 8639577bb..58b0589b5 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -3,7 +3,7 @@ "short_name": "__MSG_appName__", "version": "6.7.2", "manifest_version": 2, - "author": "https://metamask.io", + "author": "dev@byzantine-lab.io", "description": "__MSG_appDescription__", "commands": { "_execute_browser_action": { @@ -37,7 +37,7 @@ "19": "images/icon-19.png", "38": "images/icon-38.png" }, - "default_title": "MetaMask", + "default_title": "Tangerine Wallet", "default_popup": "popup.html" }, "content_scripts": [ @@ -68,9 +68,9 @@ "clipboardWrite", "http://localhost:8545/", "https://*.infura.io/", + "https://*.tangerine.garden", "activeTab", "webRequest", - "*://*.eth/", "notifications" ], "web_accessible_resources": [ |