Files
asle/mobile/app.json

26 lines
682 B
JSON
Raw Permalink Normal View History

{
"name": "ASLE",
"displayName": "ASLE - Liquidity Engine",
"version": "1.0.0",
"description": "Hybrid Cross-Chain Liquidity Infrastructure",
"ios": {
"bundleIdentifier": "com.asle.mobile",
"supportsTablet": true,
"infoPlist": {
"NSFaceIDUsageDescription": "Use Face ID to authenticate",
"NSLocationWhenInUseUsageDescription": "Location access is not required"
}
},
"android": {
"package": "com.asle.mobile",
"versionCode": 1,
"permissions": [
"android.permission.USE_BIOMETRIC",
"android.permission.USE_FINGERPRINT",
"android.permission.INTERNET",
"android.permission.ACCESS_NETWORK_STATE"
]
}
}