From 8d8482ba73d8397a6b83a23b6f25d0cbaea01243 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Sun, 1 Jan 2023 13:40:39 +0000 Subject: [PATCH] paths: add more linux browsers --- src/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.js b/src/index.js index 8e34b4a..ecbe6ed 100644 --- a/src/index.js +++ b/src/index.js @@ -28,8 +28,12 @@ const browserPaths = ({ linux: { // these should be in path so just use the name of the binary chrome: [ 'chrome', 'google-chrome', 'chrome-browser', 'google-chrome-stable' ], chrome_canary: [ 'chrome-canary', 'google-chrome-canary', 'google-chrome-unstable', 'chrome-unstable' ], + chromium: [ 'chromium', 'chromium-browser' ], + chromium_snapshot: [ 'chromium-snapshot', 'chromium-snapshot-bin' ], + firefox: 'firefox', + firefox_nightly: 'firefox-nightly' } })[process.platform];