BlueWallet/app.json

35 lines
1,015 B
JSON
Raw Normal View History

2018-01-30 22:42:38 +00:00
{
"expo": {
"sdkVersion": "23.0.0",
2018-05-20 12:59:47 +01:00
"version": "1.3.0",
2018-01-30 22:42:38 +00:00
"privacy": "public",
2018-05-06 18:12:14 +01:00
"platforms": [
"ios"
],
2018-01-30 22:42:38 +00:00
"ios": {
2018-05-20 12:59:47 +01:00
"buildNumber": "28",
2018-05-12 21:27:34 +01:00
"supportsTablet": false,
2018-05-06 18:12:14 +01:00
"isRemoteJSEnabled": false,
2018-04-28 13:13:36 +01:00
"bundleIdentifier": "io.bluewallet.bluewallet",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "Discover local stores nearby that accept Bitcoin",
2018-05-06 18:12:14 +01:00
"NSCameraUsageDescription": "Allow BlueWallet to scan QR codes",
2018-05-12 21:27:34 +01:00
"ITSAppUsesNonExemptEncryption": false
2018-04-28 13:13:36 +01:00
}
2018-01-30 22:42:38 +00:00
},
2018-05-06 18:12:14 +01:00
"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"
2018-01-30 22:42:38 +00:00
},
2018-05-06 18:12:14 +01:00
"splash": {
"backgroundColor": "#00aced"
2018-01-30 22:42:38 +00:00
}
}
2018-05-06 18:12:14 +01:00
}