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,
|
2016-09-30 21:18:54 -04:00
|
|
|
"name": "BitPay Wallet",
|
|
|
|
|
"description": "Secure Bitcoin Storage",
|
|
|
|
|
"version": "0.6.0",
|
2015-04-16 12:24:35 -03:00
|
|
|
"permissions": [
|
|
|
|
|
"storage",
|
2016-04-05 13:40:53 -03:00
|
|
|
"unlimitedStorage",
|
2015-04-16 12:24:35 -03:00
|
|
|
"notifications",
|
2015-11-04 11:18:00 -03:00
|
|
|
"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
|
|
|
}
|
|
|
|
|
}
|