5E-points-quizz/app.json

33 lines
647 B
JSON

{
"expo": {
"name": "5E Points Quizz",
"slug": "5e-points-quizz",
"privacy": "public",
"platforms": [
"ios",
"android",
"web"
],
"version": "1.1.0",
"orientation": "portrait",
"icon": "./assets/images/5E-icon-rounded.png",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffefd5"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"android": {
"package": "com.fiveideas.five_e_points_quizz"
}
}
}