Last active
March 23, 2022 09:02
-
-
Save MartinZikmund/48dd38d14add00e50590c5179a09118c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var UnoAppManifest = { | |
splashScreenImage: "Assets/SplashScreen.png", | |
splashScreenColor: "transparent", | |
displayName: "Theme-aware splash screen", | |
darkThemeBackgroundColor: "blue", | |
lightThemeBackgroundColor: "yellow", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment