chrome browser extension update

This commit is contained in:
Matias Alejo Garcia 2014-07-02 15:53:29 -03:00
commit 50f0b9ae22
12 changed files with 55 additions and 12 deletions

View file

@ -0,0 +1,19 @@
{
"manifest_version": 2,
"name": "Copay",
"description": "A multisignature bitcoin wallet",
"version": "APP_VERSION",
"homepage_url": "http://bitpay.github.io/copay",
"browser_action": {
"default_title": "Copay",
"default_icon": "img/icons/icon.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs", "storage", "notifications"
],
"options_page": "index.html#/settings",
"icons": {
"128": "img/icons/icon.png"
}
}