appConfig
This commit is contained in:
parent
6a8c3d469f
commit
47e5361310
2 changed files with 25 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -107,7 +107,7 @@ public/lib/*
|
|||
public/js/*
|
||||
|
||||
## templates
|
||||
./appConfig.json
|
||||
/appConfig.json
|
||||
cordova/Makefile
|
||||
cordova/ProjectMakefile
|
||||
app-template/bpapp
|
||||
|
|
|
|||
24
app-template/copay/appConfig.json
Normal file
24
app-template/copay/appConfig.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"//":"PLEASE! Do not edit this file directly",
|
||||
"//":" Modify it at app-template/",
|
||||
|
||||
|
||||
"name": "copay",
|
||||
"nameNoSpace": "copay",
|
||||
"nameCase": "Copay",
|
||||
"nameCaseNoSpace": "Copay",
|
||||
"url": "https://copay.io",
|
||||
"appDescription": "Copay Bitcoin Wallet",
|
||||
"winAppName": "CopayWallet",
|
||||
"wpPublisherId": "{31cdd08b-457c-413d-b440-f6665eec847d}",
|
||||
"wpProductId": "{5381aa50-9069-11e4-84cc-293caf9cbdc8}",
|
||||
"description": "A Secure Bitcoin Wallet",
|
||||
"version": "2.5.0",
|
||||
"androidVersion": "115",
|
||||
"_extraCSS": null,
|
||||
"_enabledExtensions": {
|
||||
"coinbase": true,
|
||||
"glidera": true,
|
||||
"amazon": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue