diff options
Diffstat (limited to '')
-rw-r--r-- | test/configs/installed/hw-url-handler.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/configs/installed/hw-url-handler.json b/test/configs/installed/hw-url-handler.json new file mode 100644 index 0000000..f1d3c73 --- /dev/null +++ b/test/configs/installed/hw-url-handler.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://lnav.org/schemas/config-v1.schema.json", + "tuning": { + "url-scheme": { + "hw": { + "handler": "hw-url-handler" + } + } + } +}
\ No newline at end of file |