From 1e2fd005d51152afe6cc4966cdb0ec9f8d2b44c7 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Tue, 29 Oct 2024 14:49:23 +0900 Subject: Update librewolf's native-messaging-hosts --- .librewolf/native-messaging-hosts/.gitignore | 1 + .librewolf/native-messaging-hosts/com.add0n.native_client.json | 7 ------- .librewolf/native-messaging-hosts/ff2mpv.json | 7 ------- .librewolf/native-messaging-hosts/ff2mpv.json##t | 7 +++++++ .librewolf/native-messaging-hosts/tridactyl.json | 1 + 5 files changed, 9 insertions(+), 14 deletions(-) create mode 100644 .librewolf/native-messaging-hosts/.gitignore delete mode 100644 .librewolf/native-messaging-hosts/com.add0n.native_client.json delete mode 100644 .librewolf/native-messaging-hosts/ff2mpv.json create mode 100644 .librewolf/native-messaging-hosts/ff2mpv.json##t create mode 120000 .librewolf/native-messaging-hosts/tridactyl.json diff --git a/.librewolf/native-messaging-hosts/.gitignore b/.librewolf/native-messaging-hosts/.gitignore new file mode 100644 index 0000000..9b270a3 --- /dev/null +++ b/.librewolf/native-messaging-hosts/.gitignore @@ -0,0 +1 @@ +ff2mpv.json diff --git a/.librewolf/native-messaging-hosts/com.add0n.native_client.json b/.librewolf/native-messaging-hosts/com.add0n.native_client.json deleted file mode 100644 index 42c1533..0000000 --- a/.librewolf/native-messaging-hosts/com.add0n.native_client.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "com.add0n.native_client", - "description": "Node Host for Native Messaging", - "path": "/home/farzat/.config/com.add0n.native_client/run.sh", - "type": "stdio", - "allowed_extensions": ["{3e0ac434-26e0-4c03-b757-3078486800c3}","{cee1ccee-5508-4927-a929-9a557e63bbc8}","{ccad95df-add6-4d8a-aa5c-cdc384075bab}","{c7636e52-8aba-4717-9652-01922ee61eb3}","{d1646fcf-76ad-49c5-b8b2-e496e9b71189}","{cfd8df21-e05f-46e9-8ea1-af5e5177d492}","{1fb1ffdc-b95d-451e-be52-7303adf9a0d3}","{533953f8-ffb6-421c-af1a-5a02a792ab51}","{48f5395d-5c00-41cd-9a5e-fd2f8d9b74c2}","{03e07985-30b0-4ae0-8b3e-0c7519b9bdf6}","{708bb4c5-336d-4a30-9126-8bf5d773bb41}","{5510b212-951a-439c-ae73-b1ebbc68055f}","{f91bc9ee-ae11-4850-8e6b-ed4b0262ce3b}","{dc393f22-0d98-44d4-8a2c-9dd72208e9f7}"] - } \ No newline at end of file diff --git a/.librewolf/native-messaging-hosts/ff2mpv.json b/.librewolf/native-messaging-hosts/ff2mpv.json deleted file mode 100644 index d4bab2f..0000000 --- a/.librewolf/native-messaging-hosts/ff2mpv.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "ff2mpv", - "description": "ff2mpv's external manifest", - "path": "/home/farzat/.dotfiles/bin/external/ff2mpv.py", - "type": "stdio", - "allowed_extensions": ["ff2mpv@yossarian.net"] -} diff --git a/.librewolf/native-messaging-hosts/ff2mpv.json##t b/.librewolf/native-messaging-hosts/ff2mpv.json##t new file mode 100644 index 0000000..2a973a7 --- /dev/null +++ b/.librewolf/native-messaging-hosts/ff2mpv.json##t @@ -0,0 +1,7 @@ +{ + "name": "ff2mpv", + "description": "ff2mpv's external manifest", + "path": "{{ env.HOME }}/bin/external/ff2mpv.py", + "type": "stdio", + "allowed_extensions": ["ff2mpv@yossarian.net"] +} diff --git a/.librewolf/native-messaging-hosts/tridactyl.json b/.librewolf/native-messaging-hosts/tridactyl.json new file mode 120000 index 0000000..ee1d690 --- /dev/null +++ b/.librewolf/native-messaging-hosts/tridactyl.json @@ -0,0 +1 @@ +/usr/lib/mozilla/native-messaging-hosts/tridactyl.json \ No newline at end of file -- cgit v1.2.3-70-g09d2