mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 22:57:55 +00:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"expo": {
|
|
"name": "PezkuwiApp",
|
|
"slug": "pezkuwiapp",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/splash-icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "io.pezkuwichain.wallet",
|
|
"buildNumber": "10000",
|
|
"infoPlist": {
|
|
"NSCameraUsageDescription": "Pezkuwi needs camera access to scan QR codes for wallet addresses and payments."
|
|
}
|
|
},
|
|
"android": {
|
|
"package": "io.pezkuwichain.wallet",
|
|
"versionCode": 10000,
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"edgeToEdgeEnabled": true,
|
|
"predictiveBackGestureEnabled": false,
|
|
"permissions": [
|
|
"android.permission.CAMERA",
|
|
"android.permission.RECORD_AUDIO"
|
|
]
|
|
},
|
|
"plugins": [
|
|
[
|
|
"expo-camera",
|
|
{
|
|
"cameraPermission": "Pezkuwi needs camera access to scan QR codes for wallet addresses and payments."
|
|
}
|
|
]
|
|
],
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "99a5c55c-03dd-4eec-856d-4586d9ca994b"
|
|
}
|
|
}
|
|
}
|
|
}
|