copay/android/manifest.json

13 lines
160 B
JSON
Raw Normal View History

2014-05-22 15:06:54 -07:00
{
"name": "Copay",
"version": "APP_VERSION",
2014-05-22 15:06:54 -07:00
"app": {
"launch":{
"local_path": "index.html"
}
},
"icons": {
"128": "icon.png"
}
}