pub fn install(
host_name: &str,
description: &str,
exe_path: &Path,
chrome_allowed_origins: &[String],
firefox_allowed_extensions: &[String],
browsers: &[&str],
scope: Scope,
) -> Result<()>Expand description
Install manifests for the given browser keys (from browsers.toml).
chrome_allowed_originsis used forfamily="chromium"browsersfirefox_allowed_extensionsis used forfamily="firefox"browsers