Wallet/chrome-app/manifest.json
Matias Alejo Garcia d4f39abc9a
rm focusedClient
2016-08-22 14:42:43 -03:00

24 lines
458 B
JSON

{
"//":"PLEASE! Do not edit this file directly",
"//":" Modify it at app-template/",
"manifest_version": 2,
"name": "Copay",
"description": "A Secure Bitcoin Wallet",
"version": "2.5.0",
"permissions": [
"storage",
"unlimitedStorage",
"notifications",
"videoCapture",
"webview"
],
"app": {
"background": {
"scripts": ["initial.js"]
}
},
"icons": {
"128": "img/icon-chrome-128.png"
}
}