Wallet/chrome-app/manifest.json

24 lines
458 B
JSON
Raw Normal View History

2016-08-19 17:47:37 -03:00
{
"//":"PLEASE! Do not edit this file directly",
"//":" Modify it at app-template/",
2015-04-16 12:24:35 -03:00
"manifest_version": 2,
2016-08-22 14:42:43 -03:00
"name": "Copay",
"description": "A Secure Bitcoin Wallet",
"version": "2.5.0",
2015-04-16 12:24:35 -03:00
"permissions": [
"storage",
"unlimitedStorage",
2015-04-16 12:24:35 -03:00
"notifications",
"videoCapture",
"webview"
2015-04-16 12:24:35 -03:00
],
"app": {
"background": {
"scripts": ["initial.js"]
}
},
"icons": {
2016-08-19 17:47:37 -03:00
"128": "img/icon-chrome-128.png"
2015-04-16 12:24:35 -03:00
}
}