From 955af0ee36ee4eff3aed324d7dc33a8b9da884b9 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Fri, 30 May 2014 15:12:35 -0300 Subject: [PATCH] added firefox addon icon --- firefox/package.json | 7 ++++--- webapp/index-download-firefox.html | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/firefox/package.json b/firefox/package.json index e6a8ff3cf..75b8e80ef 100644 --- a/firefox/package.json +++ b/firefox/package.json @@ -1,9 +1,10 @@ { - "name": "copay-addon", + "name": "copay", "title": "Copay", - "id": "jid1-shqjFWBfQ0pYhQ", + "id": "copay@bitpay", "description": "A multisignature Bitcoin wallet", - "author": "", + "icon": "data/img/icons/icon.png", + "author": "Mario Colque ", "license": "MIT", "version": "APP_VERSION" } diff --git a/webapp/index-download-firefox.html b/webapp/index-download-firefox.html index 5d8f02064..9f9d74a18 100644 --- a/webapp/index-download-firefox.html +++ b/webapp/index-download-firefox.html @@ -11,7 +11,8 @@

Copay Firefox Installation:

  1. Download the XPI
  2. -
  3. Install the XPI file in Firefox from Addons sections
  4. +
  5. Go to "about:addons" on your Firefox
  6. +
  7. Install the Addon from file
  8. Copay is installed!