Merge pull request #62 from njerig/master

Add support for Vivaldi on macOS
This commit is contained in:
Omar Rizwan 2021-01-30 22:45:56 -08:00 committed by GitHub
commit 1b03493dec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,8 @@ case "$OS $BROWSER" in
MANIFEST_LOCATION="$HOME/Library/Application Support/Google/Chrome Beta/NativeMessagingHosts";; MANIFEST_LOCATION="$HOME/Library/Application Support/Google/Chrome Beta/NativeMessagingHosts";;
"Darwin chromium") "Darwin chromium")
MANIFEST_LOCATION="$HOME/Library/Application Support/Chromium/NativeMessagingHosts";; MANIFEST_LOCATION="$HOME/Library/Application Support/Chromium/NativeMessagingHosts";;
"Darwin vivaldi")
MANIFEST_LOCATION="$HOME/Library/Application Support/Vivaldi/NativeMessagingHosts";;
esac esac
mkdir -p "$MANIFEST_LOCATION" mkdir -p "$MANIFEST_LOCATION"