2014-05-22 15:06:54 -07:00
|
|
|
{
|
|
|
|
|
"name": "Copay",
|
2014-05-23 10:11:57 -07:00
|
|
|
"version": "APP_VERSION",
|
2014-07-17 16:35:41 -03: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 20:39:22 -03:00
|
|
|
},
|
|
|
|
|
"xwalk_hosts": [
|
|
|
|
|
"https://*"
|
|
|
|
|
]
|
2014-05-22 15:06:54 -07:00
|
|
|
}
|