diff --git a/scripts/install-desktop-integration.sh b/scripts/install-desktop-integration.sh index 97d999c..2170d48 100755 --- a/scripts/install-desktop-integration.sh +++ b/scripts/install-desktop-integration.sh @@ -9,7 +9,7 @@ # flatpak-spawn --host. This weakens the Flatpak sandbox for those browsers. # Read and understand this before running it. # -# Usage: bash install-native-host.sh [--uninstall] +# Usage: bash install-desktop-integration.sh [--uninstall] set -euo pipefail @@ -34,7 +34,7 @@ fi NAME="io.github.alyraffauf.switchyard" WRAPPER="$HOME/.local/share/switchyard/native-host-wrapper.sh" -CHROME_ORIGIN="chrome-extension://gmdmmjfmpfbmddgphjbkbbmdolkifloi/" +CHROME_ORIGIN="chrome-extension://ncehhpikkabfdcceimdhjjjodogflokc/" FF_EXT="switchyard@alyraffauf.github.io" NATIVE_CHROMIUM=(net.imput.helium google-chrome chromium BraveSoftware/Brave-Browser microsoft-edge vivaldi) diff --git a/src/embedded/native-messaging-host-chromium.json b/src/embedded/native-messaging-host-chromium.json deleted file mode 100644 index 2c24ddc..0000000 --- a/src/embedded/native-messaging-host-chromium.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "io.github.alyraffauf.switchyard", - "description": "Switchyard browser selector", - "path": "@SWITCHYARD_NM@", - "type": "stdio", - "allowed_origins": ["chrome-extension://gmdmmjfmpfbmddgphjbkbbmdolkifloi/"] -} diff --git a/src/embedded/native-messaging-host-firefox.json b/src/embedded/native-messaging-host-firefox.json deleted file mode 100644 index 2d7a9bc..0000000 --- a/src/embedded/native-messaging-host-firefox.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "io.github.alyraffauf.switchyard", - "description": "Switchyard browser selector", - "path": "@SWITCHYARD_NM@", - "type": "stdio", - "allowed_extensions": ["switchyard@alyraffauf.github.io"] -}