diff options
| author | auric <auric7@protonmail.com> | 2025-09-11 18:00:59 -0500 |
|---|---|---|
| committer | auric <auric7@protonmail.com> | 2025-09-11 18:00:59 -0500 |
| commit | 38a82bc7e3569b7502a652c9f3fea37a017c0ccb (patch) | |
| tree | db4551326bf98c02a099c5df213a1dff047c2ca8 /browsers/firefox/install-native-host.sh | |
| parent | 61eaeb858dbe12dcf1596b725a3bab1df66569f4 (diff) | |
Remove browsers
Diffstat (limited to 'browsers/firefox/install-native-host.sh')
| -rwxr-xr-x | browsers/firefox/install-native-host.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/browsers/firefox/install-native-host.sh b/browsers/firefox/install-native-host.sh deleted file mode 100755 index 33a6c88..0000000 --- a/browsers/firefox/install-native-host.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -set -eu -cd "$(dirname "$0")" -HOST_DIR="${HOME}/.mozilla/native-messaging-hosts" -mkdir -p "$HOST_DIR" -cat >"$HOST_DIR/accent_color.json" <<JSON -{ - "name": "accent_color", - "description": "Accent color provider", - "path": "$(pwd)/accent_host.py", - "type": "stdio", - "allowed_extensions": ["accent-color@example.com"] -} -JSON -chmod +x accent_host.py |
