Expand description
Extract a filesystem path from the first arg of extensions:install.
Wind’s install dialog hands us either a raw string (“file:///…” or
absolute path) or a Tauri-serialised UriComponents object; both forms
collapse to a single PathBuf here. None when the arg is missing,
malformed, or carries a non-file scheme.