This commit is contained in:
2021-11-02 23:48:35 +01:00
parent e202b7a160
commit 8a9ebe2816
14 changed files with 54 additions and 34 deletions

View File

@@ -1,14 +1,14 @@
{
"expo": {
"name": "ohome-app",
"slug": "ohome-app",
"name": "Ohome",
"slug": "ohome",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"icon": "./assets/logo512.png",
"splash": {
"image": "./assets/splash.png",
"image": "./assets/OhomeSplash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
"backgroundColor": "#f9f6ef"
},
"updates": {
"fallbackToCacheTimeout": 0
@@ -17,16 +17,20 @@
"**/*"
],
"ios": {
"bundleIdentifier": "codebenchers.ohome",
"buildNumber": "1.0.0",
"supportsTablet": true
},
"android": {
"package": "codebenchers.ohome",
"versionCode": 1,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
"foregroundImage": "./assets/logo512.png",
"backgroundColor": "#f9f6ef"
}
},
"web": {
"favicon": "./assets/favicon.png"
"favicon": "./assets/logo192.png"
}
}
}
}