2014-05-14 11:25:00 -03:00
|
|
|
{
|
|
|
|
|
"manifest_version": 2,
|
|
|
|
|
"name": "Copay",
|
|
|
|
|
"description": "A multisignature bitcoin wallet",
|
2014-05-23 10:11:57 -07:00
|
|
|
"version": "APP_VERSION",
|
2014-05-14 11:25:00 -03:00
|
|
|
"permissions": [
|
2014-11-27 18:05:17 -03:00
|
|
|
"storage", "notifications"
|
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"
|
|
|
|
|
}
|
|
|
|
|
}
|