BlueWallet/app.json

28 lines
717 B
JSON
Raw Normal View History

2018-01-30 23:42:38 +01:00
{
"expo": {
"sdkVersion": "23.0.0",
2018-03-17 15:27:37 +01:00
"version": "1.0.1",
2018-01-30 23:42:38 +01:00
"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"
}
}
}