diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 23 |
1 files changed, 23 insertions, 0 deletions
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": { |