copay/android/manifest.json

22 lines
350 B
JSON
Raw Normal View History

2014-05-22 15:06:54 -07:00
{
"name": "Copay",
"version": "APP_VERSION",
2014-07-17 12:35:41 -07:00
"start_url": "index.html",
"permissions": [
"Vibration"
],
"xwalk_launch_screen": {
"ready_when": "complete",
"default": {
"background_color": "#2C3E50",
"image": "logo.png"
}
2014-05-22 15:06:54 -07:00
},
"icons": {
"128": "icon.png"
2014-07-17 16:39:22 -07:00
},
"xwalk_hosts": [
"https://*"
]
2014-05-22 15:06:54 -07:00
}