BlueWallet/app.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2018-01-30 22:42:38 +00:00
{
"expo": {
"sdkVersion": "30.0.0",
2018-10-02 19:17:25 +01:00
"version": "2.6.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-10-02 19:17:25 +01:00
"buildNumber": "86",
"supportsTablet": true,
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": {
2018-09-30 22:46:03 -04:00
"backgroundColor": "#00aced",
"image": "./img/splash/splash.png"
2018-08-21 05:58:30 +01:00
},
"android": {
"package": "io.bluewallet.bluewallet"
2018-09-22 19:55:44 +01:00
},
"updates": {
"enabled": false
},
"assetBundlePatterns": [
"**/*"
]
2018-01-30 22:42:38 +00:00
}
2018-10-02 19:17:25 +01:00
}