backgroundColor Type: string Description: A placeholder background color for the application page to display before its stylesheet is loaded. This value is used by the user agent to draw the background color of a shortcut when the manifest is available before the stylesheet has loaded.
assert(H5AppManifest.backgroundColor("blue").backgroundColor == "blue"); assert(H5AppManifest.backgroundColor("blue").backgroundColor("red").backgroundColor == "red");