Wallet/browser-extensions/chrome/manifest.json
2014-12-05 11:56:42 -03:00

17 lines
306 B
JSON

{
"manifest_version": 2,
"name": "Copay",
"description": "A multisignature bitcoin wallet",
"version": "APP_VERSION",
"permissions": [
"storage", "notifications"
],
"app": {
"background": {
"scripts": ["initial.js"]
}
},
"icons": {
"128": "img/icons/icon.png"
}
}