Wallet/chrome-app/manifest.json

24 lines
466 B
JSON
Raw Normal View History

2016-08-31 13:47:03 -03:00
{
2016-08-19 17:47:37 -03:00
"//":"PLEASE! Do not edit this file directly",
2016-08-31 13:47:03 -03:00
"//":" Modify it at app-template/",
2016-08-19 17:47:37 -03:00
2015-04-16 12:24:35 -03:00
"manifest_version": 2,
"name": "bitpay-wallet",
"description": "Secure Bitcoin Storage",
"version": "0.14.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
}
}