Wallet/chrome-app/manifest.json
Jason Dreyzehner 15836bb817 build(cordova): Begin basing cordova build on more standard config.xml
This completes the installations of cordova-plugin-qrscanner, including
required changes to config.xml. Where possible, other plugins are now
included with versioning in config.xml.
2016-09-30 21:22:37 -04:00

24 lines
465 B
JSON

{
"//":"PLEASE! Do not edit this file directly",
"//":" Modify it at app-template/",
"manifest_version": 2,
"name": "BitPay Wallet",
"description": "Secure Bitcoin Storage",
"version": "0.6.0",
"permissions": [
"storage",
"unlimitedStorage",
"notifications",
"videoCapture",
"webview"
],
"app": {
"background": {
"scripts": ["initial.js"]
}
},
"icons": {
"128": "img/icon-chrome-128.png"
}
}