diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2019-06-04 02:50:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-04 02:50:26 +0800 |
commit | c269a8e9f60cda7934ecccdcab59643b90fc5638 (patch) | |
tree | 5d33e8f7078720614c1ef3db9c2881fa1d0f6dd3 | |
parent | 47024fd9a530c1554cfa74c8e74f6221e00c6135 (diff) | |
download | tangerine-wallet-browser-c269a8e9f60cda7934ecccdcab59643b90fc5638.tar.gz tangerine-wallet-browser-c269a8e9f60cda7934ecccdcab59643b90fc5638.tar.zst tangerine-wallet-browser-c269a8e9f60cda7934ecccdcab59643b90fc5638.zip |
Revert "Remove clipboardWrite permission"
-rw-r--r-- | app/manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/manifest.json b/app/manifest.json index 39936dbaa..8471fffac 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -65,6 +65,7 @@ "permissions": [ "storage", "unlimitedStorage", + "clipboardWrite", "http://localhost:8545/", "https://*.infura.io/", "activeTab", |