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