aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-10-06 02:10:04 +0800
committerDan Finlay <dan@danfinlay.com>2016-10-06 02:10:04 +0800
commit5d63ab22f4b7cd80cc5b0000b559532b17e1b7dd (patch)
tree7980a8c1ed81a8e9ca3c5d62a45fdf41acb2bf52
parent774f3bd635d028c217bf564ad08e205a6bf25936 (diff)
downloadtangerine-wallet-browser-5d63ab22f4b7cd80cc5b0000b559532b17e1b7dd.tar
tangerine-wallet-browser-5d63ab22f4b7cd80cc5b0000b559532b17e1b7dd.tar.gz
tangerine-wallet-browser-5d63ab22f4b7cd80cc5b0000b559532b17e1b7dd.tar.bz2
tangerine-wallet-browser-5d63ab22f4b7cd80cc5b0000b559532b17e1b7dd.tar.lz
tangerine-wallet-browser-5d63ab22f4b7cd80cc5b0000b559532b17e1b7dd.tar.xz
tangerine-wallet-browser-5d63ab22f4b7cd80cc5b0000b559532b17e1b7dd.tar.zst
tangerine-wallet-browser-5d63ab22f4b7cd80cc5b0000b559532b17e1b7dd.zip
Add extension store description for easy reference
-rw-r--r--docs/extension_description/en.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/extension_description/en.txt b/docs/extension_description/en.txt
new file mode 100644
index 000000000..53bc4780d
--- /dev/null
+++ b/docs/extension_description/en.txt
@@ -0,0 +1,8 @@
+MetaMask is an extension for accessing Ethereum enabled distributed applications, or "Dapps" in your normal browser!
+
+The extension injects the Ethereum web3 API into every website's javascript context, so that dapps can read from the blockchain.
+
+MetaMask also lets the user create and manage their own identities, so when a Dapp wants to perform a transaction and write to the blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it.
+
+Because it adds functionality to the normal browser context, MetaMask requires the permission to read and write to any webpage. You can always "view the source" of MetaMask the way you do any extension, or view the source code on Github:
+https://github.com/MetaMask/metamask-plugin \ No newline at end of file