pub async fn get_web_app_name(
    manifest_path: &Path
) -> Result<String, HcBundleError>
Expand description

Load a WebAppManifest manifest from the given path and return its app_name field.