From d9cadb9efbd8a38522ce638b8def37c935bb6be0 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 31 Mar 2016 11:40:55 -0700 Subject: First naive pass at implementing etherscan provider (not working) Committing and pushing to get feedback. --- app/manifest.json | 1 + 1 file changed, 1 insertion(+) (limited to 'app/manifest.json') diff --git a/app/manifest.json b/app/manifest.json index 915295914..be5a06c8d 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,5 +1,6 @@ { "name": "__MSG_appName__", + "short_name": "Metamask", "version": "1.2.1", "manifest_version": 2, "description": "__MSG_appDescription__", -- cgit From 8384b035e81d47573f6f3a67045bcd6b3e32287c Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 31 Mar 2016 16:23:22 -0700 Subject: Got etherscan working, bump version New version of provider-engine includes etherscan-subprovider features required to let Metamask use it. Hard coded the new version of `web3-provider-engine` even though it is not live on `npm` yet, because it is a dependency of this branch. I'll deploy to the Chrome store but not merge on Github until that provider-engine is published, because it could break others' dev environments. --- app/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/manifest.json') diff --git a/app/manifest.json b/app/manifest.json index be5a06c8d..f37d4663d 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "Metamask", - "version": "1.2.1", + "version": "1.3.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { -- cgit