diff --git a/scripts/helper/app-config-schema.json b/scripts/helper/app-config-schema.json index 4bbee3c6..b2502a04 100644 --- a/scripts/helper/app-config-schema.json +++ b/scripts/helper/app-config-schema.json @@ -99,6 +99,10 @@ "splashScreenBackgroundColor": { "type": "string", "default": "#2196f3" + }, + "statusBarColor": { + "type": "string", + "default": "default" } }, "additionalProperties": false