copay/chrome-app/manifest.json

25 lines
466 B
JSON

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