Wallet/browser-extensions/chrome/manifest.json

19 lines
348 B
JSON
Raw Normal View History

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