copay/chrome-app/manifest.json

25 lines
459 B
JSON
Raw Normal View History

2016-08-29 12:48:15 -07:00
{
2016-08-19 13:47:37 -07:00
"//":"PLEASE! Do not edit this file directly",
2016-08-29 12:48:15 -07:00
"//":" Modify it at app-template/",
2016-08-19 13:47:37 -07:00
2015-04-16 08:24:35 -07:00
"manifest_version": 2,
2016-08-24 16:08:38 -07:00
"name": "BitPay",
"description": "The BitPay Bitcoin Wallet",
2016-08-29 07:24:22 -07:00
"version": "0.6.0",
2015-04-16 08:24:35 -07:00
"permissions": [
"storage",
"unlimitedStorage",
2015-04-16 08:24:35 -07:00
"notifications",
"videoCapture",
"webview"
2015-04-16 08:24:35 -07:00
],
"app": {
"background": {
"scripts": ["initial.js"]
}
},
"icons": {
2016-08-19 13:47:37 -07:00
"128": "img/icon-chrome-128.png"
2015-04-16 08:24:35 -07:00
}
}