From ff16ab40f8a315df049fc602db57b1e40eeaaaad Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Thu, 1 Aug 2024 12:31:26 +0300 Subject: Added Freetar https://github.com/libredirect/browser_extension/issues/942 --- src/config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 9728cdc3..5ce60310 100644 --- a/src/config.json +++ b/src/config.json @@ -1032,6 +1032,24 @@ }, "imageType": "svgMono", "url": "https://paste.libredirect.invalid" + }, + "ultimateGuitar": { + "frontends": { + "freetar": { + "name": "Freetar", + "instanceList": true, + "url": "https://github.com/kmille/freetar" + } + }, + "targets": ["^https?:\\/{2}(tabs\\.|www\\.)?ultimate-guitar\\.com"], + "name": "Ultimate Guitar", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "freetar" + }, + "imageType": "svg", + "url": "https://www.ultimate-guitar.com" } } } -- cgit 1.4.1