copay/browser-extensions/chrome/manifest.json

22 lines
398 B
JSON

{
"manifest_version": 2,
"name": "Copay",
"description": "A secure Bitcoin wallet for friends and companies",
"version": "APP_VERSION",
"permissions": [
"storage",
"unlimitedStorage",
"notifications",
"videoCapture",
"webview"
],
"app": {
"background": {
"scripts": ["initial.js"]
}
},
"icons": {
"128": "img/icons/icon-chrome-128.png"
}
}