Update icons.

This commit is contained in:
Patrick Fic
2023-08-03 14:20:19 -07:00
parent eec9878359
commit 885e03cb8c
3 changed files with 5 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
}
},
"orientation": "default",
"icon": "./assets/logo192noa.png",
"icon": "./assets/RomeIcon.png",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.rome.mobile",
@@ -32,20 +32,18 @@
]
},
"splash": {
"image": "./assets/splash.png",
"image": "./assets/RomeSplash.png",
"backgroundColor": "#efefef"
},
"notification": {
"icon": "./assets/logo192noa.png"
"icon": "./assets/RomeIcon.png"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"web": {
"favicon": "./assets/logo192noa.png",
"favicon": "./assets/RomeIcon.png",
"config": {
"firebase": {
"apiKey": "AIzaSyDSezy-jGJreo7ulgpLdlpOwAOrgcaEkhU",

BIN
assets/RomeIcon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
assets/RomeSplash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB