summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2021-01-30 22:45:56 -0800
committerGitHub <noreply@github.com>2021-01-30 22:45:56 -0800
commit1b03493dec7ae17d0afb7314bc044b3a358d253f (patch)
treea266924697146993a7d3ef97b25befdc0bd0a8c3 /install.sh
parentcf06de9c69ecec69df9a8795fe55ccef78fbdce8 (diff)
parent7b3684df15460981eafefd984bb14a1adac807c7 (diff)
downloadTabFS-1b03493dec7ae17d0afb7314bc044b3a358d253f.tar.gz
TabFS-1b03493dec7ae17d0afb7314bc044b3a358d253f.zip
Merge pull request #62 from njerig/master
Add support for Vivaldi on macOS
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 66ae201..1c7a801 100755
--- a/install.sh
+++ b/install.sh
@@ -42,6 +42,8 @@ case "$OS $BROWSER" in
MANIFEST_LOCATION="$HOME/Library/Application Support/Google/Chrome Beta/NativeMessagingHosts";;
"Darwin chromium")
MANIFEST_LOCATION="$HOME/Library/Application Support/Chromium/NativeMessagingHosts";;
+ "Darwin vivaldi")
+ MANIFEST_LOCATION="$HOME/Library/Application Support/Vivaldi/NativeMessagingHosts";;
esac
mkdir -p "$MANIFEST_LOCATION"