diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-03-14 14:03:10 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-03-14 14:03:10 +0300 |
commit | b9b2a53fd38a6573231ceee86b2c9ab2b55003e7 (patch) | |
tree | 6e0e66e56bed8747458af7898e68ea72a77b5830 /src/config.json | |
parent | Added UNfunny https://github.com/libredirect/browser_extension/issues/888 (diff) | |
download | libredirect-b9b2a53fd38a6573231ceee86b2c9ab2b55003e7.zip |
Added Soprano https://github.com/libredirect/browser_extension/issues/888
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 808a32b9..cf4ed558 100644 --- a/src/config.json +++ b/src/config.json @@ -737,6 +737,26 @@ "imageType": "svg", "url": "https://ifunny.co" }, + "tenor": { + "frontends": { + "soprano": { + "name": "Soprano", + "instanceList": true, + "url": "https://git.vern.cc/cobra/Soprano" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?tenor\\.com\\/" + ], + "name": "Tenor", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "soprano" + }, + "imageType": "svg", + "url": "https://tenor.com" + }, "urbanDictionary": { "frontends": { "ruralDictionary": { |