add support for Vivaldi on macOS

This commit is contained in:
Njeri Gachoka 2021-01-30 22:20:53 -08:00
parent cf06de9c69
commit 7b3684df15

View file

@ -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"