copay

copay

A Secure Bitcoin Wallet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "//": "        Modify it in the app-template directory",
  "manifest_version": 2,
  "name": "copay",
  "description": "A Secure Bitcoin Wallet",
  "version": "3.9.9",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "notifications",
    "videoCapture",
    "webview"
  ],
  "app": {
    "background": {
      "scripts": [
        "initial.js"
      ]
    }
  },
  "icons": {
    "128": "img/icon-chrome-128.png"
  }
}