Add icon and splash screen

This commit is contained in:
Yemel Jardi 2014-07-17 16:35:41 -03:00
commit 5acd6dfbb6
4 changed files with 12 additions and 6 deletions

View file

@ -1,10 +1,16 @@
{
"name": "Copay",
"version": "APP_VERSION",
"app": {
"launch":{
"local_path": "index.html"
}
"start_url": "index.html",
"permissions": [
"Vibration"
],
"xwalk_launch_screen": {
"ready_when": "complete",
"default": {
"background_color": "#2C3E50",
"image": "logo.png"
}
},
"icons": {
"128": "icon.png"