diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-07-25 12:09:02 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-07-25 12:09:02 +0300 |
commit | f6ff653cf47c6fcdc24f3d60d2aa4dab143e0637 (patch) | |
tree | 9f12e10c9e901cb738a223c86adb1968a622c654 /src/config.json | |
parent | Made Select Services searchable and with iconsk (diff) | |
parent | Merge pull request 'Simplify Markdown' (#138) from lhr/browser_extension:auto... (diff) | |
download | libredirect-f6ff653cf47c6fcdc24f3d60d2aa4dab143e0637.zip |
Merge https://codeberg.org/LibRedirect/browser_extension
Diffstat (limited to '')
-rw-r--r-- | src/config.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/config.json b/src/config.json index 6375357f..3f58ea95 100644 --- a/src/config.json +++ b/src/config.json @@ -119,7 +119,7 @@ "embedFrontend": "invidious", "unsupportedUrls": "bypass" }, - "imageType": "png", + "imageType": "svg", "embeddable": true, "url": "https://youtube.com" }, @@ -151,7 +151,7 @@ "frontend": "hyperpipe", "unsupportedUrls": "bypass" }, - "imageType": "png", + "imageType": "svg", "url": "https://music.youtube.com" }, "twitter": { @@ -180,7 +180,7 @@ "frontend": "nitter", "instance": "public" }, - "imageType": "png", + "imageType": "svg", "embeddable": true, "url": "https://twitter.com" }, @@ -234,7 +234,7 @@ "unsupportedUrls": "bypass", "instance": "public" }, - "imageType": "png", + "imageType": "svg", "url": "https://reddit.com" }, "tumblr": { @@ -311,7 +311,7 @@ "frontend": "proxiTok", "instance": "public" }, - "imageType": "png", + "imageType": "svg", "url": "https://tiktok.com" }, "instagram": { @@ -331,7 +331,7 @@ "unsupportedUrls": "bypass", "instance": "public" }, - "imageType": "png", + "imageType": "svg", "url": "https://www.instagram.com" }, "imdb": { @@ -428,7 +428,7 @@ "frontend": "rimgo", "instance": "public" }, - "imageType": "png", + "imageType": "svg", "embeddable": true, "url": "https://imgur.com" }, @@ -596,7 +596,7 @@ "frontend": "quetre", "instance": "public" }, - "imageType": "png", + "imageType": "svg", "url": "https://quora.com" }, "github": { @@ -634,7 +634,7 @@ "^https?:\\/{2}gitlab\\.freedesktop\\.com\\/", "^https?:\\/{2}gitlab\\.archlinux\\.com\\/" ], - "name": "Gitlab", + "name": "GitLab", "options": { "enabled": false, "unsupportedUrls": "bypass", |