diff --git a/modulecheck/startWindow.json b/modulecheck/startWindow.json index c09848f57a3aa100e43f694d118a175318f8031c..79ede085a14f6528e3b1286f22035766939a93e7 100644 --- a/modulecheck/startWindow.json +++ b/modulecheck/startWindow.json @@ -14,7 +14,8 @@ "startWindowBackgroundColor", "startWindowBackgroundImage", "startWindowBackgroundImageFit", - "startWindowType" + "startWindowType", + "startWindowColorModeType" ] }, "properties": { @@ -70,6 +71,15 @@ "OPTIONAL_SHOW" ], "default": "REQUIRED_SHOW" + }, + "startWindowColorModeType": { + "description": "Indicates that color mode type of the startup page. The value is the string", + "type": "string", + "enum": [ + "FOLLOW_SYSTEM", + "FOLLOW_APPLICATION" + ], + "default": "FOLLOW_SYSTEM" } } } \ No newline at end of file