32 lines
660 B
JSON
32 lines
660 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,
|
|
"bundleIdentifier": "com.safeqr.safeqr"
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"android": {
|
|
"package": "com.safeqr.safeqr"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "88ad983d-5ca3-44e6-bc1b-8a9a941af992"
|
|
}
|
|
},
|
|
"owner": "piggyinu"
|
|
}
|
|
}
|