Add Android version build script
This commit is contained in:
parent
08f0e548bd
commit
951c981abe
4 changed files with 72 additions and 0 deletions
12
android/manifest.json
Normal file
12
android/manifest.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "Copay",
|
||||
"version": "0.0.0.1",
|
||||
"app": {
|
||||
"launch":{
|
||||
"local_path": "index.html"
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"128": "icon.png"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue