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"