Files
SafeQR_Front_End_Mobile/app.json
Iskubee 322b2bf739 Initial commit
Generated by create-expo-app 2.3.5.
2024-06-06 23:24:34 +08:00

28 lines
572 B
JSON

{
"expo": {
"name": "SafeQR",
"slug": "SafeQR",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}