in src/browser/SplashScreenProxy.js [58:63]
setBGColor: function (cssBGColor) { bgColor = cssBGColor; if (localSplash) { localSplash.style.backgroundColor = bgColor; } },