fix chrome app

This commit is contained in:
Matias Alejo Garcia 2016-08-19 17:47:37 -03:00
commit fcc2ab94e7
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
10 changed files with 54 additions and 43 deletions

View file

@ -1,8 +1,11 @@
{
{
"//":"PLEASE! Do not edit this file directly",
"//":" Modify it at app-template/",
"manifest_version": 2,
"name": "Copay",
"description": "A secure Bitcoin wallet for friends and companies",
"version": "APP_VERSION",
"name": "BitPay",
"description": "The BitPay Bitcoin Wallet",
"version": "0.2.0",
"permissions": [
"storage",
"unlimitedStorage",
@ -16,6 +19,6 @@
}
},
"icons": {
"128": "img/icons/icon-chrome-128.png"
"128": "img/icon-chrome-128.png"
}
}