installReplacementWebApp method
Launches the replacement_web_app specified in the manifest. Prompts the user to install if not already installed.
Implementation
Future<void> installReplacementWebApp() async {
await promiseToFuture<void>(
$js.chrome.management.installReplacementWebApp());
}