mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
28 lines
717 B
JSON
28 lines
717 B
JSON
{
|
|
"expo": {
|
|
"sdkVersion": "23.0.0",
|
|
"version": "1.0.1",
|
|
"privacy": "public",
|
|
"platforms": ["ios"],
|
|
"ios": {
|
|
"buildNumber": "1.0.5",
|
|
"isRemoteJSEnabled":false,
|
|
"bundleIdentifier": "com.igorkorsakov.bluewallet"
|
|
},
|
|
"name":"Blue Wallet",
|
|
"description":"Bitcoin wallet app. Alpha version (iOS only)",
|
|
"slug":"bluewallet",
|
|
"githubUrl":"https://github.com/Overtorment/BlueWallet",
|
|
"orientation":"portrait",
|
|
"primaryColor":"#00aced",
|
|
"icon":"img/icon.png",
|
|
"notification":{
|
|
"icon":"https://s3.amazonaws.com/exp-us-standard/placeholder-push-icon.png",
|
|
"color":"#000000"
|
|
},
|
|
"splash":{
|
|
"backgroundColor":"#00aced"
|
|
}
|
|
}
|
|
}
|