summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorNjeri Gachoka <njerig00@gmail.com>2021-01-30 22:20:53 -0800
committerNjeri Gachoka <njerig00@gmail.com>2021-01-30 22:20:53 -0800
commit7b3684df15460981eafefd984bb14a1adac807c7 (patch)
treea266924697146993a7d3ef97b25befdc0bd0a8c3 /install.sh
parentcf06de9c69ecec69df9a8795fe55ccef78fbdce8 (diff)
downloadTabFS-7b3684df15460981eafefd984bb14a1adac807c7.tar.gz
TabFS-7b3684df15460981eafefd984bb14a1adac807c7.zip
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"