aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/waterfox/native-messaging-hosts/ff2mpv.json
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2020-10-06 21:43:04 +0200
committerneodarz <neodarz@neodarz.net>2020-10-06 21:43:04 +0200
commita9933887eca7a6885f6f738845f846a5f8f5a114 (patch)
tree7b8862233827c448e5bf91221c96524592f9b016 /dotfiles/waterfox/native-messaging-hosts/ff2mpv.json
parent52060dfbdfac04938393b4fdc441415fa08abe6e (diff)
downloaddotfiles-a9933887eca7a6885f6f738845f846a5f8f5a114.tar.xz
dotfiles-a9933887eca7a6885f6f738845f846a5f8f5a114.zip
Add ability to launch a video via a mpv from firefox
It just send the url to an mpv instance, for example launched via mpv --idle
Diffstat (limited to '')
-rw-r--r--dotfiles/waterfox/native-messaging-hosts/ff2mpv.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/dotfiles/waterfox/native-messaging-hosts/ff2mpv.json b/dotfiles/waterfox/native-messaging-hosts/ff2mpv.json
new file mode 100644
index 0000000..78a1186
--- /dev/null
+++ b/dotfiles/waterfox/native-messaging-hosts/ff2mpv.json
@@ -0,0 +1,7 @@
+{
+ "name": "ff2mpv",
+ "description": "ff2mpv's external manifest",
+ "path": "/home/neodarz/.scripts/ff2mpv.py",
+ "type": "stdio",
+ "allowed_extensions": ["ff2mpv@yossarian.net"]
+}