From ecdb4466ef94480c77c693e2853e97a85e57c396 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Wed, 31 May 2023 21:00:30 +0300 Subject: Added Laboratory https://github.com/libredirect/browser_extension/issues/723 --- src/config.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index e82cc61f..a465f62e 100644 --- a/src/config.json +++ b/src/config.json @@ -761,6 +761,29 @@ "embeddable": false, "url": "https://bandcamp.com" }, + "gitlab": { + "frontends": { + "laboratory": { + "name": "Laboratory", + "instanceList": true, + "url": "https://git.vitali64.duckdns.org/utils/laboratory.git/about/" + } + }, + "targets": [ + "^https?:\\/{2}gitlab\\.com\\/", + "^https?:\\/{2}gitlab\\.freedesktop\\.com\\/", + "^https?:\\/{2}gitlab\\.archlinux\\.com\\/" + ], + "name": "Gitlab", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "laboratory" + }, + "imageType": "svg", + "embeddable": false, + "url": "https://gitlab.com/" + }, "wolframAlpha": { "frontends": { "wolfreeAlpha": { -- cgit 1.4.1