Add a field to the web app manifest which allows apps to specify a different theme color and background color for dark mode.
Currently in the web app manifest, only a single theme color and background color can be defined. This means there is no way for apps to specify a different color to use for dark mode.
Explainers: https://github.com/w3c/manifest/issues/1045