interface DownloadMetamaskOptions {
    asset?: string;
    browser?: "chrome" | "firefox";
    dir?: string;
    extensionsIds?: string[];
    flask?: boolean;
    repo?: `${string}/${string}`;
    tag?: string;
    token?: string;
    userAgent?: string;
}

Properties

asset?: string
browser?: "chrome" | "firefox"
dir?: string
extensionsIds?: string[]

Extensions to install after metamask is installed using chrome store id

https://chromewebstore.google.com/detail/rainbow/opfgelmcmbiajamepnmloijbpoleiama

['opfgelmcmbiajamepnmloijbpoleiama']
flask?: boolean
repo?: `${string}/${string}`
tag?: string
token?: string
userAgent?: string