2014-05-14 11:25:00 -03:00
|
|
|
{
|
|
|
|
|
"manifest_version": 2,
|
|
|
|
|
"name": "Copay",
|
2014-12-16 11:36:16 -03:00
|
|
|
"description": "A secure Bitcoin wallet for friends and companies",
|
2014-05-23 10:11:57 -07:00
|
|
|
"version": "APP_VERSION",
|
2014-05-14 11:25:00 -03:00
|
|
|
"permissions": [
|
2014-12-01 11:19:18 -03:00
|
|
|
"storage",
|
2014-12-03 11:35:38 -03:00
|
|
|
"notifications",
|
|
|
|
|
"videoCapture"
|
2014-05-14 11:25:00 -03:00
|
|
|
],
|
2014-11-27 18:05:17 -03:00
|
|
|
"app": {
|
|
|
|
|
"background": {
|
|
|
|
|
"scripts": ["initial.js"]
|
|
|
|
|
}
|
|
|
|
|
},
|
2014-05-14 11:25:00 -03:00
|
|
|
"icons": {
|
|
|
|
|
"128": "img/icons/icon.png"
|
|
|
|
|
}
|
|
|
|
|
}
|