Navigation theming and native Android
This commit is contained in:
parent
8a74d3e2c9
commit
f4a2e7d08d
51 changed files with 1209 additions and 34 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"userInterfaceStyle": "light",
|
||||
"userInterfaceStyle": "automatic",
|
||||
"splash": {
|
||||
"image": "./assets/splash.png",
|
||||
"resizeMode": "contain",
|
||||
|
|
@ -21,7 +21,8 @@
|
|||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
"package": "dev.korz.musclecat"
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue