Add icon and splash screen
This commit is contained in:
parent
eff85ad480
commit
5acd6dfbb6
4 changed files with 12 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue