copay/android/manifest.json

22 lines
350 B
JSON

{
"name": "Copay",
"version": "APP_VERSION",
"start_url": "index.html",
"permissions": [
"Vibration"
],
"xwalk_launch_screen": {
"ready_when": "complete",
"default": {
"background_color": "#2C3E50",
"image": "logo.png"
}
},
"icons": {
"128": "icon.png"
},
"xwalk_hosts": [
"https://*"
]
}