Webview Update
Set the WebView implementation to the specified package
adb shell cmd webview update set-webview-implementation PACKAGE
Enable multi-process mode for WebView
adb shell cmd webview update enable-multiprocess
Disable multi-process mode for WebView
adb shell cmd webview update disable-multiprocess