BlueWallet/app.json

38 lines
1.1 KiB
JSON
Raw Normal View History

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