BlueWallet/app.json
2018-05-06 18:12:14 +01:00

34 lines
981 B
JSON

{
"expo": {
"sdkVersion": "23.0.0",
"version": "1.2.0",
"privacy": "public",
"platforms": [
"ios"
],
"ios": {
"buildNumber": 14,
"isRemoteJSEnabled": false,
"bundleIdentifier": "io.bluewallet.bluewallet",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "Discover local stores nearby that accept Bitcoin",
"NSCameraUsageDescription": "Allow BlueWallet to scan QR codes",
"ITSAppUsesNonExemptEncryption": true
}
},
"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"
}
}
}